#CA6B15

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

Shades of Chocolate #CA6B15

Tints of Chocolate #CA6B15

Color information

#CA6B15 (or 0xCA6B15) is unknown color: approx Chocolate. HEX triplet: CA, 6B and 15. RGB value is (202,107,21). Sum of RGB (Red+Green+Blue) = 202+107+21=330 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.21% from 330); Green value is 107 (42.19% from 255 or 32.42% from 330); Blue value is 21 (8.59% from 255 or 6.36% from 330); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6B15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA6B15 is #3594EA. Grayscale: #7E7E7E. Windows color (decimal): -3511531 or 1403850. OLE color: 1403850.

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

Color convert

RGB20210721-
CMYK00.470.900.21
HSL28.51º81.17%43.73%-
HSV(B)28.51º89.6%79.22%-
XYZ29.7523.133.61-
YUV125.668.97182.49-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 61.21%
GREEN value IS 107 (42.19% from 255) = 32.42%
BLUE value IS 21 (8.59% from 255) = 6.36%
R=61.21%
G=32.42%
B=6.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.90
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021072100.470.900.2128.5181.1743.73
HexCA6B1502F5A151d512c
Octal31215325057132253512154
Binary110010101101011101010101111101101010101111011010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6B15; }

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

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

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

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

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

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

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

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