#C96218

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

Shades of Chocolate #C96218

Tints of Chocolate #C96218

Color information

#C96218 (or 0xC96218) is unknown color: approx Chocolate. HEX triplet: C9, 62 and 18. RGB value is (201,98,24). Sum of RGB (Red+Green+Blue) = 201+98+24=323 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.23% from 323); Green value is 98 (38.67% from 255 or 30.34% from 323); Blue value is 24 (9.77% from 255 or 7.43% from 323); Max value from RGB is 201 - color contains mainly: red. Hex color #C96218 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96218 is #369DE7. Grayscale: #787878. Windows color (decimal): -3579368 or 1598153. OLE color: 1598153.

HSL color Cylindrical-coordinate representation of color #C96218: hue angle of 25.08º degrees, saturation: 0.79, 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 #C96218 is Cyan = 0, Magento = 0.51, Yellow = 0.88 and Black (K on CMYK) = 0.21.

Color convert

RGB2019824-
CMYK00.510.880.21
HSL25.08º78.67%44.12%-
HSV(B)25.08º88.06%78.82%-
XYZ28.6221.223.45-
YUV120.3673.62185.52-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 62.23%
GREEN value IS 98 (38.67% from 255) = 30.34%
BLUE value IS 24 (9.77% from 255) = 7.43%
R=62.23%
G=30.34%
B=7.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.88
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201982400.510.880.2125.0878.6744.12
HexC962180335815194f2c
Octal31114230063130253111754
Binary110010011100010110000110011101100010101110011001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96218; }

 p { color: rgb(201,98,24); }

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

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

 a { background-color: rgb(201,98,24); }

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

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

 span { border-color: rgb(201,98,24); }

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