#C4C065

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

Shades of Dark Khaki #C4C065

Tints of Dark Khaki #C4C065

Color information

#C4C065 (or 0xC4C065) is unknown color: approx Dark Khaki. HEX triplet: C4, C0 and 65. RGB value is (196,192,101). Sum of RGB (Red+Green+Blue) = 196+192+101=489 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.08% from 489); Green value is 192 (75.39% from 255 or 39.26% from 489); Blue value is 101 (39.84% from 255 or 20.65% from 489); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C065 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4C065 is #3B3F9A. Grayscale: #B7B7B7. Windows color (decimal): -3882907 or 6668484. OLE color: 6668484.

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

Color convert

RGB196192101-
CMYK00.020.480.23
HSL57.47º44.6%58.24%-
HSV(B)57.47º48.47%76.86%-
XYZ43.9650.3719.72-
YUV182.8281.83137.4-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.08%
GREEN value IS 192 (75.39% from 255) = 39.26%
BLUE value IS 101 (39.84% from 255) = 20.65%
R=40.08%
G=39.26%
B=20.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.48
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19619210100.020.480.2357.4744.658.24
HexC4C065023017392d3a
Octal304300145026027715572
Binary1100010011000000110010101011000010111111001101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4C065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4C065; }

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

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

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

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

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

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

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

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