#C96819

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

Shades of Chocolate #C96819

Tints of Chocolate #C96819

Color information

#C96819 (or 0xC96819) is unknown color: approx Chocolate. HEX triplet: C9, 68 and 19. RGB value is (201,104,25). Sum of RGB (Red+Green+Blue) = 201+104+25=330 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.91% from 330); Green value is 104 (41.02% from 255 or 31.52% from 330); Blue value is 25 (10.16% from 255 or 7.58% from 330); Max value from RGB is 201 - color contains mainly: red. Hex color #C96819 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96819 is #3697E6. Grayscale: #7C7C7C. Windows color (decimal): -3577831 or 1665225. OLE color: 1665225.

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

Color convert

RGB20110425-
CMYK00.480.880.21
HSL26.93º77.88%44.31%-
HSV(B)26.93º87.56%78.82%-
XYZ29.2122.393.7-
YUV12472.14182.92-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 60.91%
GREEN value IS 104 (41.02% from 255) = 31.52%
BLUE value IS 25 (10.16% from 255) = 7.58%
R=60.91%
G=31.52%
B=7.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.88
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011042500.480.880.2126.9377.8844.31
HexC9681903058151b4e2c
Octal31115031060130253311654
Binary110010011101000110010110000101100010101110111001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96819; }

 p { color: rgb(201,104,25); }

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

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

 a { background-color: rgb(201,104,25); }

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

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

 span { border-color: rgb(201,104,25); }

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