#CA6E0E

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

Shades of Chocolate #CA6E0E

Tints of Chocolate #CA6E0E

Color information

#CA6E0E (or 0xCA6E0E) is unknown color: approx Chocolate. HEX triplet: CA, 6E and 0E. RGB value is (202,110,14). Sum of RGB (Red+Green+Blue) = 202+110+14=326 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.96% from 326); Green value is 110 (43.36% from 255 or 33.74% from 326); Blue value is 14 (5.86% from 255 or 4.29% from 326); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6E0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA6E0E is #3591F1. Grayscale: #7F7F7F. Windows color (decimal): -3510770 or 945866. OLE color: 945866.

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

Color convert

RGB20211014-
CMYK00.460.930.21
HSL30.64º87.04%42.35%-
HSV(B)30.64º93.07%79.22%-
XYZ30.0123.743.42-
YUV126.5664.48181.81-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 61.96%
GREEN value IS 110 (43.36% from 255) = 33.74%
BLUE value IS 14 (5.86% from 255) = 4.29%
R=61.96%
G=33.74%
B=4.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.93
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021101400.460.930.2130.6487.0442.35
HexCA6EE02E5D151f572a
Octal31215616056135253712752
Binary11001010110111011100101110101110110101111111010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6E0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6E0E; }

 p { color: rgb(202,110,14); }

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

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

 a { background-color: rgb(202,110,14); }

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

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

 span { border-color: rgb(202,110,14); }

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