#C4BF6A

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

Shades of Dark Khaki #C4BF6A

Tints of Dark Khaki #C4BF6A

Color information

#C4BF6A (or 0xC4BF6A) is unknown color: approx Dark Khaki. HEX triplet: C4, BF and 6A. RGB value is (196,191,106). Sum of RGB (Red+Green+Blue) = 196+191+106=493 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.76% from 493); Green value is 191 (75% from 255 or 38.74% from 493); Blue value is 106 (41.80% from 255 or 21.50% from 493); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BF6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BF6A is #3B4095. Grayscale: #B7B7B7. Windows color (decimal): -3883158 or 6995908. OLE color: 6995908.

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

Color convert

RGB196191106-
CMYK00.030.460.23
HSL56.67º43.27%59.22%-
HSV(B)56.67º45.92%76.86%-
XYZ4450.0420.98-
YUV182.884.66137.41-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.76%
GREEN value IS 191 (75% from 255) = 38.74%
BLUE value IS 106 (41.80% from 255) = 21.50%
R=39.76%
G=38.74%
B=21.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.46
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19619110600.030.460.2356.6743.2759.22
HexC4BF6A032E17392b3b
Octal304277152035627715373
Binary1100010010111111110101001110111010111111001101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BF6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BF6A; }

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

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

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

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

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

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

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

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