#C4B966

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

Shades of Dark Khaki #C4B966

Tints of Dark Khaki #C4B966

Color information

#C4B966 (or 0xC4B966) is unknown color: approx Dark Khaki. HEX triplet: C4, B9 and 66. RGB value is (196,185,102). Sum of RGB (Red+Green+Blue) = 196+185+102=483 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.58% from 483); Green value is 185 (72.66% from 255 or 38.30% from 483); Blue value is 102 (40.23% from 255 or 21.12% from 483); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B966 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B966 is #3B4699. Grayscale: #B3B3B3. Windows color (decimal): -3884698 or 6732228. OLE color: 6732228.

HSL color Cylindrical-coordinate representation of color #C4B966: hue angle of 52.98º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C4B966 is Cyan = 0, Magento = 0.06, Yellow = 0.48 and Black (K on CMYK) = 0.23.

Color convert

RGB196185102-
CMYK00.060.480.23
HSL52.98º44.34%58.43%-
HSV(B)52.98º47.96%76.86%-
XYZ42.5147.3919.48-
YUV178.8384.64140.25-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.58%
GREEN value IS 185 (72.66% from 255) = 38.30%
BLUE value IS 102 (40.23% from 255) = 21.12%
R=40.58%
G=38.30%
B=21.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.48
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19618510200.060.480.2352.9844.3458.43
HexC4B966063017352c3a
Octal304271146066027655472
Binary11000100101110011100110011011000010111110101101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B966; }

 p { color: rgb(196,185,102); }

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

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

 a { background-color: rgb(196,185,102); }

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

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

 span { border-color: rgb(196,185,102); }

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