#C4BF6C

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

Shades of Dark Khaki #C4BF6C

Tints of Dark Khaki #C4BF6C

Color information

#C4BF6C (or 0xC4BF6C) is unknown color: approx Dark Khaki. HEX triplet: C4, BF and 6C. RGB value is (196,191,108). Sum of RGB (Red+Green+Blue) = 196+191+108=495 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.60% from 495); Green value is 191 (75% from 255 or 38.59% from 495); Blue value is 108 (42.58% from 255 or 21.82% from 495); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BF6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BF6C is #3B4093. Grayscale: #B7B7B7. Windows color (decimal): -3883156 or 7126980. OLE color: 7126980.

HSL color Cylindrical-coordinate representation of color #C4BF6C: hue angle of 56.59º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C4BF6C is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.23.

Color convert

RGB196191108-
CMYK00.030.450.23
HSL56.59º42.72%59.61%-
HSV(B)56.59º44.9%76.86%-
XYZ44.150.0821.53-
YUV183.0385.66137.25-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.60%
GREEN value IS 191 (75% from 255) = 38.59%
BLUE value IS 108 (42.58% from 255) = 21.82%
R=39.60%
G=38.59%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.45
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19619110800.030.450.2356.5942.7259.61
HexC4BF6C032D17392b3c
Octal304277154035527715374
Binary1100010010111111110110001110110110111111001101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BF6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BF6C; }

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

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

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

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

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

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

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

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