#C6BF6F

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

Shades of Dark Khaki #C6BF6F

Tints of Dark Khaki #C6BF6F

Color information

#C6BF6F (or 0xC6BF6F) is unknown color: approx Dark Khaki. HEX triplet: C6, BF and 6F. RGB value is (198,191,111). Sum of RGB (Red+Green+Blue) = 198+191+111=500 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.6% from 500); Green value is 191 (75% from 255 or 38.2% from 500); Blue value is 111 (43.75% from 255 or 22.2% from 500); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BF6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6BF6F is #394090. Grayscale: #B8B8B8. Windows color (decimal): -3752081 or 7323590. OLE color: 7323590.

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

Color convert

RGB198191111-
CMYK00.040.440.22
HSL55.17º43.28%60.59%-
HSV(B)55.17º43.94%77.65%-
XYZ44.7950.4222.41-
YUV183.9786.82138-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.6%
GREEN value IS 191 (75% from 255) = 38.2%
BLUE value IS 111 (43.75% from 255) = 22.2%
R=39.6%
G=38.2%
B=22.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19819111100.040.440.2255.1743.2860.59
HexC6BF6F042C16372b3d
Octal306277157045426675375
Binary11000110101111111101111010010110010110110111101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BF6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BF6F; }

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

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

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

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

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

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

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

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