#C4B965

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

Shades of Dark Khaki #C4B965

Tints of Dark Khaki #C4B965

Color information

#C4B965 (or 0xC4B965) is unknown color: approx Dark Khaki. HEX triplet: C4, B9 and 65. RGB value is (196,185,101). Sum of RGB (Red+Green+Blue) = 196+185+101=482 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.66% from 482); Green value is 185 (72.66% from 255 or 38.38% from 482); Blue value is 101 (39.84% from 255 or 20.95% from 482); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B965 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B965 is #3B469A. Grayscale: #B3B3B3. Windows color (decimal): -3884699 or 6666692. OLE color: 6666692.

HSL color Cylindrical-coordinate representation of color #C4B965: hue angle of 53.05º degrees, saturation: 0.45, 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 #C4B965 is Cyan = 0, Magento = 0.06, Yellow = 0.48 and Black (K on CMYK) = 0.23.

Color convert

RGB196185101-
CMYK00.060.480.23
HSL53.05º44.6%58.24%-
HSV(B)53.05º48.47%76.86%-
XYZ42.4647.3719.22-
YUV178.7184.14140.33-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.66%
GREEN value IS 185 (72.66% from 255) = 38.38%
BLUE value IS 101 (39.84% from 255) = 20.95%
R=40.66%
G=38.38%
B=20.95%

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
Decimal19618510100.060.480.2353.0544.658.24
HexC4B965063017352d3a
Octal304271145066027655572
Binary11000100101110011100101011011000010111110101101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B965; }

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

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

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

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

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

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

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

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