#C4B862

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

Shades of Dark Khaki #C4B862

Tints of Dark Khaki #C4B862

Color information

#C4B862 (or 0xC4B862) is unknown color: approx Dark Khaki. HEX triplet: C4, B8 and 62. RGB value is (196,184,98). Sum of RGB (Red+Green+Blue) = 196+184+98=478 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.00% from 478); Green value is 184 (72.27% from 255 or 38.49% from 478); Blue value is 98 (38.67% from 255 or 20.50% from 478); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B862 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B862 is #3B479D. Grayscale: #B2B2B2. Windows color (decimal): -3884958 or 6469828. OLE color: 6469828.

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

Color convert

RGB19618498-
CMYK00.060.50.23
HSL52.65º45.37%57.65%-
HSV(B)52.65º50%76.86%-
XYZ42.1146.918.39-
YUV177.7882.98140.99-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.00%
GREEN value IS 184 (72.27% from 255) = 38.49%
BLUE value IS 98 (38.67% from 255) = 20.50%
R=41.00%
G=38.49%
B=20.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.5
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961849800.060.50.2352.6545.3757.65
HexC4B862063217352d3a
Octal304270142066227655572
Binary11000100101110001100010011011001010111110101101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B862; }

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

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

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

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

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

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

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

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