#C4BA6A

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

Shades of Dark Khaki #C4BA6A

Tints of Dark Khaki #C4BA6A

Color information

#C4BA6A (or 0xC4BA6A) is unknown color: approx Dark Khaki. HEX triplet: C4, BA and 6A. RGB value is (196,186,106). Sum of RGB (Red+Green+Blue) = 196+186+106=488 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.16% from 488); Green value is 186 (73.05% from 255 or 38.11% from 488); Blue value is 106 (41.80% from 255 or 21.72% from 488); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BA6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BA6A is #3B4595. Grayscale: #B4B4B4. Windows color (decimal): -3884438 or 6994628. OLE color: 6994628.

HSL color Cylindrical-coordinate representation of color #C4BA6A: hue angle of 53.33º 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 #C4BA6A is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.23.

Color convert

RGB196186106-
CMYK00.050.460.23
HSL53.33º43.27%59.22%-
HSV(B)53.33º45.92%76.86%-
XYZ42.9347.8920.62-
YUV179.8786.31139.5-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.16%
GREEN value IS 186 (73.05% from 255) = 38.11%
BLUE value IS 106 (41.80% from 255) = 21.72%
R=40.16%
G=38.11%
B=21.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.46
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19618610600.050.460.2353.3343.2759.22
HexC4BA6A052E17352b3b
Octal304272152055627655373
Binary11000100101110101101010010110111010111110101101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BA6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BA6A; }

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

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

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

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

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

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

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

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