#CA6621

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

Shades of Chocolate #CA6621

Tints of Chocolate #CA6621

Color information

#CA6621 (or 0xCA6621) is unknown color: approx Chocolate. HEX triplet: CA, 66 and 21. RGB value is (202,102,33). Sum of RGB (Red+Green+Blue) = 202+102+33=337 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.94% from 337); Green value is 102 (40.23% from 255 or 30.27% from 337); Blue value is 33 (13.28% from 255 or 9.79% from 337); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6621 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA6621 is #3599DE. Grayscale: #7C7C7C. Windows color (decimal): -3512799 or 2189002. OLE color: 2189002.

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

Color convert

RGB20210233-
CMYK00.500.840.21
HSL24.5º71.91%46.08%-
HSV(B)24.5º83.66%79.22%-
XYZ29.3822.174.17-
YUV124.0376.63183.61-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 59.94%
GREEN value IS 102 (40.23% from 255) = 30.27%
BLUE value IS 33 (13.28% from 255) = 9.79%
R=59.94%
G=30.27%
B=9.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.84
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021023300.500.840.2124.571.9146.08
HexCA6621032541518482e
Octal31214641062124253011056
Binary1100101011001101000010110010101010010101110001001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6621; }

 p { color: rgb(202,102,33); }

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

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

 a { background-color: rgb(202,102,33); }

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

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

 span { border-color: rgb(202,102,33); }

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