#C96416

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

Shades of Chocolate #C96416

Tints of Chocolate #C96416

Color information

#C96416 (or 0xC96416) is unknown color: approx Chocolate. HEX triplet: C9, 64 and 16. RGB value is (201,100,22). Sum of RGB (Red+Green+Blue) = 201+100+22=323 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.23% from 323); Green value is 100 (39.45% from 255 or 30.96% from 323); Blue value is 22 (8.98% from 255 or 6.81% from 323); Max value from RGB is 201 - color contains mainly: red. Hex color #C96416 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96416 is #369BE9. Grayscale: #797979. Windows color (decimal): -3578858 or 1467593. OLE color: 1467593.

HSL color Cylindrical-coordinate representation of color #C96416: hue angle of 26.15º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C96416 is Cyan = 0, Magento = 0.50, Yellow = 0.89 and Black (K on CMYK) = 0.21.

Color convert

RGB20110022-
CMYK00.500.890.21
HSL26.15º80.27%43.73%-
HSV(B)26.15º89.05%78.82%-
XYZ28.7921.593.41-
YUV121.3171.96184.84-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 62.23%
GREEN value IS 100 (39.45% from 255) = 30.96%
BLUE value IS 22 (8.98% from 255) = 6.81%
R=62.23%
G=30.96%
B=6.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.89
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011002200.500.890.2126.1580.2743.73
HexC9641603259151a502c
Octal31114426062131253212054
Binary110010011100100101100110010101100110101110101010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96416; }

 p { color: rgb(201,100,22); }

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

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

 a { background-color: rgb(201,100,22); }

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

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

 span { border-color: rgb(201,100,22); }

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