#CA6811

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

Shades of Chocolate #CA6811

Tints of Chocolate #CA6811

Color information

#CA6811 (or 0xCA6811) is unknown color: approx Chocolate. HEX triplet: CA, 68 and 11. RGB value is (202,104,17). Sum of RGB (Red+Green+Blue) = 202+104+17=323 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.54% from 323); Green value is 104 (41.02% from 255 or 32.20% from 323); Blue value is 17 (7.03% from 255 or 5.26% from 323); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6811 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA6811 is #3597EE. Grayscale: #7B7B7B. Windows color (decimal): -3512303 or 1140938. OLE color: 1140938.

HSL color Cylindrical-coordinate representation of color #CA6811: hue angle of 28.22º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CA6811 is Cyan = 0, Magento = 0.49, Yellow = 0.92 and Black (K on CMYK) = 0.21.

Color convert

RGB20210417-
CMYK00.490.920.21
HSL28.22º84.47%42.94%-
HSV(B)28.22º91.58%79.22%-
XYZ29.4122.53.32-
YUV123.3867.97184.07-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 62.54%
GREEN value IS 104 (41.02% from 255) = 32.20%
BLUE value IS 17 (7.03% from 255) = 5.26%
R=62.54%
G=32.20%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.92
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021041700.490.920.2128.2284.4742.94
HexCA68110315C151c542b
Octal31215021061134253412453
Binary110010101101000100010110001101110010101111001010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6811; }

 p { color: rgb(202,104,17); }

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

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

 a { background-color: rgb(202,104,17); }

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

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

 span { border-color: rgb(202,104,17); }

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