#C4B664

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

Shades of Dark Khaki #C4B664

Tints of Dark Khaki #C4B664

Color information

#C4B664 (or 0xC4B664) is unknown color: approx Dark Khaki. HEX triplet: C4, B6 and 64. RGB value is (196,182,100). Sum of RGB (Red+Green+Blue) = 196+182+100=478 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.00% from 478); Green value is 182 (71.48% from 255 or 38.08% from 478); Blue value is 100 (39.45% from 255 or 20.92% from 478); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B664 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B664 is #3B499B. Grayscale: #B1B1B1. Windows color (decimal): -3885468 or 6600388. OLE color: 6600388.

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

Color convert

RGB196182100-
CMYK00.070.490.23
HSL51.25º44.86%58.04%-
HSV(B)51.25º48.98%76.86%-
XYZ41.7946.1118.75-
YUV176.8484.64141.67-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.00%
GREEN value IS 182 (71.48% from 255) = 38.08%
BLUE value IS 100 (39.45% from 255) = 20.92%
R=41.00%
G=38.08%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.49
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19618210000.070.490.2351.2544.8658.04
HexC4B664073117332d3a
Octal304266144076127635572
Binary11000100101101101100100011111000110111110011101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B664; }

 p { color: rgb(196,182,100); }

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

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

 a { background-color: rgb(196,182,100); }

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

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

 span { border-color: rgb(196,182,100); }

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