#CD6E18

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

Shades of Chocolate #CD6E18

Tints of Chocolate #CD6E18

Color information

#CD6E18 (or 0xCD6E18) is unknown color: approx Chocolate. HEX triplet: CD, 6E and 18. RGB value is (205,110,24). Sum of RGB (Red+Green+Blue) = 205+110+24=339 (44% of max value = 765). Red value is 205 (80.47% from 255 or 60.47% from 339); Green value is 110 (43.36% from 255 or 32.45% from 339); Blue value is 24 (9.77% from 255 or 7.08% from 339); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6E18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD6E18 is #3291E7. Grayscale: #818181. Windows color (decimal): -3314152 or 1601229. OLE color: 1601229.

HSL color Cylindrical-coordinate representation of color #CD6E18: hue angle of 28.51º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CD6E18 is Cyan = 0, Magento = 0.46, Yellow = 0.88 and Black (K on CMYK) = 0.20.

Color convert

RGB20511024-
CMYK00.460.880.20
HSL28.51º79.04%44.9%-
HSV(B)28.51º88.29%80.39%-
XYZ30.9224.23.91-
YUV128.668.97182.49-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 60.47%
GREEN value IS 110 (43.36% from 255) = 32.45%
BLUE value IS 24 (9.77% from 255) = 7.08%
R=60.47%
G=32.45%
B=7.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.88
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051102400.460.880.2028.5179.0444.9
HexCD6E1802E58141d4f2d
Octal31515630056130243511755
Binary110011011101110110000101110101100010100111011001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6E18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6E18; }

 p { color: rgb(205,110,24); }

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

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

 a { background-color: rgb(205,110,24); }

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

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

 span { border-color: rgb(205,110,24); }

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