Color Hex Logo

#c6871d Color Hex

#C6871D
(198,135,29)
0 Favorites   0 Comments

Color spaces of #c6871d

RGB 19813529
HSL0.100.740.45
HSV38°85°78°
CMYK 0.000.320.85   0.22
XYZ32.174429.42245.1457
Yxy29.42240.48210.4408
Hunter Lab54.242410.954732.3452
CIE-Lab61.152615.911860.7129

#c6871d color RGB value is (198,135,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10000111 00011101
Octal 306 207 35
Decimal 198 135 29
Hex C6 87 1D

RGB Percentages of Color #c6871d

%54.70
%37.29
%8.01

CMYK Percentages of Color #c6871d

%0
%32
%85
%22

Triadic Colors of #c6871d

#c6871d #1dc687 #871dc6

Analogous Colors of #c6871d

#c6871d #b1c61d #c6331d

Monochromatic Colors of #c6871d

#c6871d

Complementary Color

#c6871d #1d5cc6

#c6871d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6871d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6871d Color CSS Codes

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

#c6871d Text Font Color

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

This sample text font color is #c6871d
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.


#c6871d Background Color

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

This div background color is #c6871d


#c6871d Border Color

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

This div border color is #c6871d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,135,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 #c6871d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6871d


Comments

No comments written yet.

Please login to write comment.