#CA6F0E

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

Shades of Chocolate #CA6F0E

Tints of Chocolate #CA6F0E

Color information

#CA6F0E (or 0xCA6F0E) is unknown color: approx Chocolate. HEX triplet: CA, 6F and 0E. RGB value is (202,111,14). Sum of RGB (Red+Green+Blue) = 202+111+14=327 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.77% from 327); Green value is 111 (43.75% from 255 or 33.94% from 327); Blue value is 14 (5.86% from 255 or 4.28% from 327); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6F0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA6F0E is #3590F1. Grayscale: #7F7F7F. Windows color (decimal): -3510514 or 946122. OLE color: 946122.

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

Color convert

RGB20211114-
CMYK00.450.930.21
HSL30.96º87.04%42.35%-
HSV(B)30.96º93.07%79.22%-
XYZ30.1223.963.45-
YUV127.1564.15181.39-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 61.77%
GREEN value IS 111 (43.75% from 255) = 33.94%
BLUE value IS 14 (5.86% from 255) = 4.28%
R=61.77%
G=33.94%
B=4.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.93
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021111400.450.930.2130.9687.0442.35
HexCA6FE02D5D151f572a
Octal31215716055135253712752
Binary11001010110111111100101101101110110101111111010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6F0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6F0E; }

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

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

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

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

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

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

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

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