#C4B863

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

Shades of Dark Khaki #C4B863

Tints of Dark Khaki #C4B863

Color information

#C4B863 (or 0xC4B863) is unknown color: approx Dark Khaki. HEX triplet: C4, B8 and 63. RGB value is (196,184,99). Sum of RGB (Red+Green+Blue) = 196+184+99=479 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.92% from 479); Green value is 184 (72.27% from 255 or 38.41% from 479); Blue value is 99 (39.06% from 255 or 20.67% from 479); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B863 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B863 is #3B479C. Grayscale: #B2B2B2. Windows color (decimal): -3884957 or 6535364. OLE color: 6535364.

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

Color convert

RGB19618499-
CMYK00.060.490.23
HSL52.58º45.12%57.84%-
HSV(B)52.58º49.49%76.86%-
XYZ42.1646.9218.64-
YUV177.983.48140.91-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.92%
GREEN value IS 184 (72.27% from 255) = 38.41%
BLUE value IS 99 (39.06% from 255) = 20.67%
R=40.92%
G=38.41%
B=20.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.49
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961849900.060.490.2352.5845.1257.84
HexC4B863063117352d3a
Octal304270143066127655572
Binary11000100101110001100011011011000110111110101101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B863; }

 p { color: rgb(196,184,99); }

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

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

 a { background-color: rgb(196,184,99); }

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

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

 span { border-color: rgb(196,184,99); }

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