#C6BF6C

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

Shades of Dark Khaki #C6BF6C

Tints of Dark Khaki #C6BF6C

Color information

#C6BF6C (or 0xC6BF6C) is unknown color: approx Dark Khaki. HEX triplet: C6, BF and 6C. RGB value is (198,191,108). Sum of RGB (Red+Green+Blue) = 198+191+108=497 (65% of max value = 765). Red value is 198 (77.73% from 255 or 39.84% from 497); Green value is 191 (75% from 255 or 38.43% from 497); Blue value is 108 (42.58% from 255 or 21.73% from 497); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BF6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6BF6C is #394093. Grayscale: #B7B7B7. Windows color (decimal): -3752084 or 7126982. OLE color: 7126982.

HSL color Cylindrical-coordinate representation of color #C6BF6C: hue angle of 55.33º 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 #C6BF6C is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.22.

Color convert

RGB198191108-
CMYK00.040.450.22
HSL55.33º44.12%60%-
HSV(B)55.33º45.45%77.65%-
XYZ44.6350.3521.55-
YUV183.6385.32138.25-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.84%
GREEN value IS 191 (75% from 255) = 38.43%
BLUE value IS 108 (42.58% from 255) = 21.73%
R=39.84%
G=38.43%
B=21.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.45
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19819110800.040.450.2255.3344.1260
HexC6BF6C042D16372c3c
Octal306277154045526675474
Binary11000110101111111101100010010110110110110111101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BF6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BF6C; }

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

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

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

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

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

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

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

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