#C66321

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

Shades of Chocolate #C66321

Tints of Chocolate #C66321

Color information

#C66321 (or 0xC66321) is unknown color: approx Chocolate. HEX triplet: C6, 63 and 21. RGB value is (198,99,33). Sum of RGB (Red+Green+Blue) = 198+99+33=330 (43% of max value = 765). Red value is 198 (77.73% from 255 or 60% from 330); Green value is 99 (39.06% from 255 or 30% from 330); Blue value is 33 (13.28% from 255 or 10% from 330); Max value from RGB is 198 - color contains mainly: red. Hex color #C66321 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66321 is #399CDE. Grayscale: #797979. Windows color (decimal): -3775711 or 2188230. OLE color: 2188230.

HSL color Cylindrical-coordinate representation of color #C66321: hue angle of 24º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C66321 is Cyan = 0, Magento = 0.50, Yellow = 0.83 and Black (K on CMYK) = 0.22.

Color convert

RGB1989933-
CMYK00.500.830.22
HSL24º71.43%45.29%-
HSV(B)24º83.33%77.65%-
XYZ28.0321.044.02-
YUV121.0878.3182.87-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 60%
GREEN value IS 99 (39.06% from 255) = 30%
BLUE value IS 33 (13.28% from 255) = 10%
R=60%
G=30%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.83
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198993300.500.830.222471.4345.29
HexC66321032531618472d
Octal30614341062123263010755
Binary1100011011000111000010110010101001110110110001000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66321; }

 p { color: rgb(198,99,33); }

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

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

 a { background-color: rgb(198,99,33); }

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

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

 span { border-color: rgb(198,99,33); }

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