#CD6626

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

Shades of Chocolate #CD6626

Tints of Chocolate #CD6626

Color information

#CD6626 (or 0xCD6626) is unknown color: approx Chocolate. HEX triplet: CD, 66 and 26. RGB value is (205,102,38). Sum of RGB (Red+Green+Blue) = 205+102+38=345 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.42% from 345); Green value is 102 (40.23% from 255 or 29.57% from 345); Blue value is 38 (15.23% from 255 or 11.01% from 345); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6626 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD6626 is #3299D9. Grayscale: #7D7D7D. Windows color (decimal): -3316186 or 2516685. OLE color: 2516685.

HSL color Cylindrical-coordinate representation of color #CD6626: hue angle of 22.99º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CD6626 is Cyan = 0, Magento = 0.50, Yellow = 0.81 and Black (K on CMYK) = 0.20.

Color convert

RGB20510238-
CMYK00.500.810.20
HSL22.99º68.72%47.65%-
HSV(B)22.99º81.46%80.39%-
XYZ30.2822.624.6-
YUV125.578.62184.7-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 59.42%
GREEN value IS 102 (40.23% from 255) = 29.57%
BLUE value IS 38 (15.23% from 255) = 11.01%
R=59.42%
G=29.57%
B=11.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.81
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051023800.500.810.2022.9968.7247.65
HexCD66260325114174530
Octal31514646062121242710560
Binary1100110111001101001100110010101000110100101111000101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6626; }

 p { color: rgb(205,102,38); }

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

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

 a { background-color: rgb(205,102,38); }

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

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

 span { border-color: rgb(205,102,38); }

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