#CA6A16

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

Shades of Chocolate #CA6A16

Tints of Chocolate #CA6A16

Color information

#CA6A16 (or 0xCA6A16) is unknown color: approx Chocolate. HEX triplet: CA, 6A and 16. RGB value is (202,106,22). Sum of RGB (Red+Green+Blue) = 202+106+22=330 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.21% from 330); Green value is 106 (41.80% from 255 or 32.12% from 330); Blue value is 22 (8.98% from 255 or 6.67% from 330); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6A16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA6A16 is #3595E9. Grayscale: #7D7D7D. Windows color (decimal): -3511786 or 1469130. OLE color: 1469130.

HSL color Cylindrical-coordinate representation of color #CA6A16: hue angle of 28º 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 #CA6A16 is Cyan = 0, Magento = 0.48, Yellow = 0.89 and Black (K on CMYK) = 0.21.

Color convert

RGB20210622-
CMYK00.480.890.21
HSL28º80.36%43.92%-
HSV(B)28º89.11%79.22%-
XYZ29.6622.923.62-
YUV125.1369.8182.83-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 61.21%
GREEN value IS 106 (41.80% from 255) = 32.12%
BLUE value IS 22 (8.98% from 255) = 6.67%
R=61.21%
G=32.12%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.89
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021062200.480.890.212880.3643.92
HexCA6A1603059151c502c
Octal31215226060131253412054
Binary110010101101010101100110000101100110101111001010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6A16; }

 p { color: rgb(202,106,22); }

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

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

 a { background-color: rgb(202,106,22); }

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

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

 span { border-color: rgb(202,106,22); }

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