#C3B962

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

Shades of Dark Khaki #C3B962

Tints of Dark Khaki #C3B962

Color information

#C3B962 (or 0xC3B962) is unknown color: approx Dark Khaki. HEX triplet: C3, B9 and 62. RGB value is (195,185,98). Sum of RGB (Red+Green+Blue) = 195+185+98=478 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.79% from 478); Green value is 185 (72.66% from 255 or 38.70% from 478); Blue value is 98 (38.67% from 255 or 20.50% from 478); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B962 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3B962 is #3C469D. Grayscale: #B2B2B2. Windows color (decimal): -3950238 or 6470083. OLE color: 6470083.

HSL color Cylindrical-coordinate representation of color #C3B962: hue angle of 53.81º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C3B962 is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB19518598-
CMYK00.050.500.24
HSL53.81º44.7%57.45%-
HSV(B)53.81º49.74%76.47%-
XYZ42.0647.1818.45-
YUV178.0782.81140.07-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.79%
GREEN value IS 185 (72.66% from 255) = 38.70%
BLUE value IS 98 (38.67% from 255) = 20.50%
R=40.79%
G=38.70%
B=20.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951859800.050.500.2453.8144.757.45
HexC3B962053218362d39
Octal303271142056230665571
Binary11000011101110011100010010111001011000110110101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B962; }

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

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

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

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

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

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

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

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