#C6BB6F

Color #C6BB6F Dark Khaki (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Khaki #C6BB6F

Tints of Dark Khaki #C6BB6F

Color information

#C6BB6F (or 0xC6BB6F) is unknown color: approx Dark Khaki. HEX triplet: C6, BB and 6F. RGB value is (198,187,111). Sum of RGB (Red+Green+Blue) = 198+187+111=496 (65% of max value = 765). Red value is 198 (77.73% from 255 or 39.92% from 496); Green value is 187 (73.44% from 255 or 37.70% from 496); Blue value is 111 (43.75% from 255 or 22.38% from 496); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BB6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6BB6F is #394490. Grayscale: #B5B5B5. Windows color (decimal): -3753105 or 7322566. OLE color: 7322566.

HSL color Cylindrical-coordinate representation of color #C6BB6F: hue angle of 52.41º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C6BB6F is Cyan = 0, Magento = 0.06, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB198187111-
CMYK00.060.440.22
HSL52.41º43.28%60.59%-
HSV(B)52.41º43.94%77.65%-
XYZ43.9348.6922.12-
YUV181.6288.14139.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 198 (77.73% from 255) = 39.92%
GREEN value IS 187 (73.44% from 255) = 37.70%
BLUE value IS 111 (43.75% from 255) = 22.38%
R=39.92%
G=37.70%
B=22.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19818711100.060.440.2252.4143.2860.59
HexC6BB6F062C16342b3d
Octal306273157065426645375
Binary11000110101110111101111011010110010110110100101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BB6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BB6F; }

 p { color: rgb(198,187,111); }

 H1.HeaderClassName
 {
   color: #C6BB6F;
 }
 .AnyTagClassName
 {
   color: #C6BB6F;
 }
</style>
background-color css

<style>
 a { background-color: #C6BB6F; }

 a { background-color: rgb(198,187,111); }

 div.DivClassName
 {
   background-color: #C6BB6F;
 }
 .BgClassName
 {
   background-color: #C6BB6F;
 }
</style>
border-color css

<style>
 span { border-color: #C6BB6F; }

 span { border-color: rgb(198,187,111); }

 td.TdClassName
 {
   border-color: #C6BB6F;
 }
 .TagClassName
 {
   border-color: #C6BB6F;
 }
</style>