Color Hex Logo

#c6b36c Color Hex

#C6B36C
(198,179,108)
0 Favorites   0 Comments

Color spaces of #c6b36c

RGB 198179108
HSL0.130.440.60
HSV47°45°78°
CMYK 0.000.100.45   0.22
XYZ42.115645.328720.7169
Yxy45.32870.38940.4191
Hunter Lab67.3266-6.162328.8846
CIE-Lab73.1078-2.898338.6023

#c6b36c color RGB value is (198,179,108).

#c6b36c hex color red value is 198, green value is 179 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #c6b36c hue: 0.13 , saturation: 0.44 and the lightness value of c6b36c is 0.60.

The process color (four color CMYK) of #c6b36c color hex is 0.00, 0.10, 0.45, 0.22. Web safe color of #c6b36c is #cccc66. Color #c6b36c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10110011 01101100
Octal 306 263 154
Decimal 198 179 108
Hex C6 B3 6C

RGB Percentages of Color #c6b36c

%40.82
%36.91
%22.27

CMYK Percentages of Color #c6b36c

%0
%10
%45
%22

Triadic Colors of #c6b36c

#c6b36c #6cc6b3 #b36cc6

Analogous Colors of #c6b36c

#c6b36c #acc66c #c6866c

Monochromatic Colors of #c6b36c

#c6b36c

Complementary Color

#c6b36c #6c7fc6

#c6b36c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6b36c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6b36c Color CSS Codes

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

#c6b36c Text Font Color

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

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


#c6b36c Background Color

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

This div background color is #c6b36c


#c6b36c Border Color

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

This div border color is #c6b36c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6b36c


Comments

No comments written yet.

Please login to write comment.