#CD6119

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

Shades of Chocolate #CD6119

Tints of Chocolate #CD6119

Color information

#CD6119 (or 0xCD6119) is unknown color: approx Chocolate. HEX triplet: CD, 61 and 19. RGB value is (205,97,25). Sum of RGB (Red+Green+Blue) = 205+97+25=327 (43% of max value = 765). Red value is 205 (80.47% from 255 or 62.69% from 327); Green value is 97 (38.28% from 255 or 29.66% from 327); Blue value is 25 (10.16% from 255 or 7.65% from 327); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6119 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD6119 is #329EE6. Grayscale: #797979. Windows color (decimal): -3317479 or 1663437. OLE color: 1663437.

HSL color Cylindrical-coordinate representation of color #CD6119: hue angle of 24º degrees, saturation: 0.78, 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 #CD6119 is Cyan = 0, Magento = 0.53, Yellow = 0.88 and Black (K on CMYK) = 0.20.

Color convert

RGB2059725-
CMYK00.530.880.20
HSL24º78.26%45.1%-
HSV(B)24º87.8%80.39%-
XYZ29.6321.63.53-
YUV121.0873.78187.85-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 62.69%
GREEN value IS 97 (38.28% from 255) = 29.66%
BLUE value IS 25 (10.16% from 255) = 7.65%
R=62.69%
G=29.66%
B=7.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.88
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205972500.530.880.202478.2645.1
HexCD61190355814184e2d
Octal31514131065130243011655
Binary110011011100001110010110101101100010100110001001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6119; }

 p { color: rgb(205,97,25); }

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

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

 a { background-color: rgb(205,97,25); }

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

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

 span { border-color: rgb(205,97,25); }

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