#CA6A15

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

Shades of Chocolate #CA6A15

Tints of Chocolate #CA6A15

Color information

#CA6A15 (or 0xCA6A15) is unknown color: approx Chocolate. HEX triplet: CA, 6A and 15. RGB value is (202,106,21). Sum of RGB (Red+Green+Blue) = 202+106+21=329 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.40% from 329); Green value is 106 (41.80% from 255 or 32.22% from 329); Blue value is 21 (8.59% from 255 or 6.38% from 329); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6A15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA6A15 is #3595EA. Grayscale: #7D7D7D. Windows color (decimal): -3511787 or 1403594. OLE color: 1403594.

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

Color convert

RGB20210621-
CMYK00.480.900.21
HSL28.18º81.17%43.73%-
HSV(B)28.18º89.6%79.22%-
XYZ29.6522.923.57-
YUV125.0169.3182.91-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 61.40%
GREEN value IS 106 (41.80% from 255) = 32.22%
BLUE value IS 21 (8.59% from 255) = 6.38%
R=61.40%
G=32.22%
B=6.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.90
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021062100.480.900.2128.1881.1743.73
HexCA6A150305A151c512c
Octal31215225060132253412154
Binary110010101101010101010110000101101010101111001010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6A15; }

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

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

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

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

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

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

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

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