#CA6711

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

Shades of Chocolate #CA6711

Tints of Chocolate #CA6711

Color information

#CA6711 (or 0xCA6711) is unknown color: approx Chocolate. HEX triplet: CA, 67 and 11. RGB value is (202,103,17). Sum of RGB (Red+Green+Blue) = 202+103+17=322 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.73% from 322); Green value is 103 (40.62% from 255 or 31.99% from 322); Blue value is 17 (7.03% from 255 or 5.28% from 322); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6711 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CA6711 is #3598EE. Grayscale: #7B7B7B. Windows color (decimal): -3512559 or 1140682. OLE color: 1140682.

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

Color convert

RGB20210317-
CMYK00.490.920.21
HSL27.89º84.47%42.94%-
HSV(B)27.89º91.58%79.22%-
XYZ29.3122.33.29-
YUV122.868.3184.49-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 62.73%
GREEN value IS 103 (40.62% from 255) = 31.99%
BLUE value IS 17 (7.03% from 255) = 5.28%
R=62.73%
G=31.99%
B=5.28%

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
Decimal2021031700.490.920.2127.8984.4742.94
HexCA67110315C151c542b
Octal31214721061134253412453
Binary110010101100111100010110001101110010101111001010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6711; }

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

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

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

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

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

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

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

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