#C4B962

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

Shades of Dark Khaki #C4B962

Tints of Dark Khaki #C4B962

Color information

#C4B962 (or 0xC4B962) is unknown color: approx Dark Khaki. HEX triplet: C4, B9 and 62. RGB value is (196,185,98). Sum of RGB (Red+Green+Blue) = 196+185+98=479 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.92% from 479); Green value is 185 (72.66% from 255 or 38.62% from 479); Blue value is 98 (38.67% from 255 or 20.46% from 479); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B962 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B962 is #3B469D. Grayscale: #B2B2B2. Windows color (decimal): -3884702 or 6470084. OLE color: 6470084.

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

Color convert

RGB19618598-
CMYK00.060.50.23
HSL53.27º45.37%57.65%-
HSV(B)53.27º50%76.86%-
XYZ42.3247.3218.46-
YUV178.3782.64140.57-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.92%
GREEN value IS 185 (72.66% from 255) = 38.62%
BLUE value IS 98 (38.67% from 255) = 20.46%
R=40.92%
G=38.62%
B=20.46%

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
Decimal1961859800.060.50.2353.2745.3757.65
HexC4B962063217352d3a
Octal304271142066227655572
Binary11000100101110011100010011011001010111110101101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4B962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4B962; }

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

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

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

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

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

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

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

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