Color Hex Logo

#c6841d Color Hex

#C6841D
(198,132,29)
0 Favorites   0 Comments

Color spaces of #c6841d

RGB 19813229
HSL0.100.740.45
HSV37°85°78°
CMYK 0.000.330.85   0.22
XYZ31.761728.59705.0081
Yxy28.59700.48590.4375
Hunter Lab53.476212.435231.8807
CIE-Lab60.424317.554860.1076

#c6841d color RGB value is (198,132,29).

#c6841d hex color red value is 198, green value is 132 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #c6841d hue: 0.10 , saturation: 0.74 and the lightness value of c6841d is 0.45.

The process color (four color CMYK) of #c6841d color hex is 0.00, 0.33, 0.85, 0.22. Web safe color of #c6841d is #cc9933. Color #c6841d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10000100 00011101
Octal 306 204 35
Decimal 198 132 29
Hex C6 84 1D

RGB Percentages of Color #c6841d

%55.15
%36.77
%8.08

CMYK Percentages of Color #c6841d

%0
%33
%85
%22

Triadic Colors of #c6841d

#c6841d #1dc684 #841dc6

Analogous Colors of #c6841d

#c6841d #b4c61d #c6301d

Monochromatic Colors of #c6841d

#c6841d

Complementary Color

#c6841d #1d5fc6

#c6841d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6841d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6841d Color CSS Codes

.mybgcolor {background-color:#c6841d; } 
.myforecolor {color:#c6841d; }
.mybordercolor {border:3px solid #c6841d; }

#c6841d Text Font Color

<p style="color:#c6841d">Text here</p>

This sample text font color is #c6841d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c6841d Background Color

<div style="background-color:#c6841d">
Div content here</div>

This div background color is #c6841d


#c6841d Border Color

<div style="border:3px solid #c6841d">
Div here</div>

This div border color is #c6841d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(198,132,29, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c6841d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c6841d;
  -webkit-box-shadow: 1px 1px 3px 2px #c6841d;
  box-shadow:         1px 1px 3px 2px #c6841d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,132,29, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c6841d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c6841d;
  -webkit-box-shadow: 1px 1px 3px 2px #c6841d;
  box-shadow:         1px 1px 3px 2px #c6841d;">
Div content here</div>

This div box has shadow with color #c6841d


Comments

No comments written yet.

Please login to write comment.