#CD6B28

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

Shades of Chocolate #CD6B28

Tints of Chocolate #CD6B28

Color information

#CD6B28 (or 0xCD6B28) is unknown color: approx Chocolate. HEX triplet: CD, 6B and 28. RGB value is (205,107,40). Sum of RGB (Red+Green+Blue) = 205+107+40=352 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.24% from 352); Green value is 107 (42.19% from 255 or 30.40% from 352); Blue value is 40 (16.02% from 255 or 11.36% from 352); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6B28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD6B28 is #3294D7. Grayscale: #818181. Windows color (decimal): -3314904 or 2649037. OLE color: 2649037.

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

Color convert

RGB20510740-
CMYK00.480.800.20
HSL24.36º67.35%48.04%-
HSV(B)24.36º80.49%80.39%-
XYZ30.8223.654.95-
YUV128.6677.97182.45-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 58.24%
GREEN value IS 107 (42.19% from 255) = 30.40%
BLUE value IS 40 (16.02% from 255) = 11.36%
R=58.24%
G=30.40%
B=11.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.80
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051074000.480.800.2024.3667.3548.04
HexCD6B280305014184330
Octal31515350060120243010360
Binary1100110111010111010000110000101000010100110001000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6B28; }

 p { color: rgb(205,107,40); }

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

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

 a { background-color: rgb(205,107,40); }

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

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

 span { border-color: rgb(205,107,40); }

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