Color Hex Logo

#c6884a Color Hex

#C6884A
(198,136,74)
0 Favorites   0 Comments

Color spaces of #c6884a

RGB 19813674
HSL0.080.520.53
HSV30°63°78°
CMYK 0.000.310.63   0.22
XYZ33.328930.108510.5335
Yxy30.10850.45060.4070
Hunter Lab54.871212.396727.0281
CIE-Lab61.747717.465842.2355

#c6884a color RGB value is (198,136,74).

#c6884a hex color red value is 198, green value is 136 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #c6884a hue: 0.08 , saturation: 0.52 and the lightness value of c6884a is 0.53.

The process color (four color CMYK) of #c6884a color hex is 0.00, 0.31, 0.63, 0.22. Web safe color of #c6884a is #cc9933. Color #c6884a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10001000 01001010
Octal 306 210 112
Decimal 198 136 74
Hex C6 88 4A

RGB Percentages of Color #c6884a

%48.53
%33.33
%18.14

CMYK Percentages of Color #c6884a

%0
%31
%63
%22

Triadic Colors of #c6884a

#c6884a #4ac688 #884ac6

Analogous Colors of #c6884a

#c6884a #c6c64a #c64a4a

Monochromatic Colors of #c6884a

#c6884a

Complementary Color

#c6884a #4a88c6

#c6884a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6884a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6884a Color CSS Codes

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

#c6884a Text Font Color

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

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


#c6884a Background Color

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

This div background color is #c6884a


#c6884a Border Color

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

This div border color is #c6884a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6884a


Comments

No comments written yet.

Please login to write comment.