#CD6511

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

Shades of Chocolate #CD6511

Tints of Chocolate #CD6511

Color information

#CD6511 (or 0xCD6511) is unknown color: approx Chocolate. HEX triplet: CD, 65 and 11. RGB value is (205,101,17). Sum of RGB (Red+Green+Blue) = 205+101+17=323 (42% of max value = 765). Red value is 205 (80.47% from 255 or 63.47% from 323); Green value is 101 (39.84% from 255 or 31.27% from 323); Blue value is 17 (7.03% from 255 or 5.26% from 323); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6511 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD6511 is #329AEE. Grayscale: #7A7A7A. Windows color (decimal): -3316463 or 1140173. OLE color: 1140173.

HSL color Cylindrical-coordinate representation of color #CD6511: hue angle of 26.81º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CD6511 is Cyan = 0, Magento = 0.51, Yellow = 0.92 and Black (K on CMYK) = 0.20.

Color convert

RGB20510117-
CMYK00.510.920.20
HSL26.81º84.68%43.53%-
HSV(B)26.81º91.71%80.39%-
XYZ29.9322.333.26-
YUV122.5268.46186.83-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 63.47%
GREEN value IS 101 (39.84% from 255) = 31.27%
BLUE value IS 17 (7.03% from 255) = 5.26%
R=63.47%
G=31.27%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.92
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051011700.510.920.2026.8184.6843.53
HexCD65110335C141b552c
Octal31514521063134243312554
Binary110011011100101100010110011101110010100110111010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6511; }

 p { color: rgb(205,101,17); }

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

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

 a { background-color: rgb(205,101,17); }

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

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

 span { border-color: rgb(205,101,17); }

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