#c6bd6c

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

Shades of Dark Khaki #C6BD6C

Tints of Dark Khaki #C6BD6C

Color information

#C6BD6C (or 0xC6BD6C) is unknown color: approx Dark Khaki. HEX triplet: C6, BD and 6C. RGB value is (198,189,108). Sum of RGB (Red+Green+Blue) = 198+189+108=495 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40% from 495); Green value is 189 (74.22% from 255 or 38.18% from 495); Blue value is 108 (42.58% from 255 or 21.82% from 495); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BD6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6BD6C is #394293. Grayscale: #B6B6B6. Windows color (decimal): -3752596 or 7126470. OLE color: 7126470.

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

Color convert

RGB198189108-
CMYK00.050.450.22
HSL54º44.12%60%-
HSV(B)54º45.45%77.65%-
XYZ44.1949.4821.41-
YUV182.4685.98139.09-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40%
GREEN value IS 189 (74.22% from 255) = 38.18%
BLUE value IS 108 (42.58% from 255) = 21.82%
R=40%
G=38.18%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.45
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19818910800.050.450.225444.1260
HexC6BD6C052D16362c3c
Octal306275154055526665474
Binary11000110101111011101100010110110110110110110101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c6bd6c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c6bd6c; }

 p { color: rgb(198,189,108); }

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

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

 a { background-color: rgb(198,189,108); }

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

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

 span { border-color: rgb(198,189,108); }

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