#CD6A25

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

Shades of Chocolate #CD6A25

Tints of Chocolate #CD6A25

Color information

#CD6A25 (or 0xCD6A25) is unknown color: approx Chocolate. HEX triplet: CD, 6A and 25. RGB value is (205,106,37). Sum of RGB (Red+Green+Blue) = 205+106+37=348 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.91% from 348); Green value is 106 (41.80% from 255 or 30.46% from 348); Blue value is 37 (14.84% from 255 or 10.63% from 348); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6A25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD6A25 is #3295DA. Grayscale: #808080. Windows color (decimal): -3315163 or 2452173. OLE color: 2452173.

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

Color convert

RGB20510637-
CMYK00.480.820.20
HSL24.64º69.42%47.45%-
HSV(B)24.64º81.95%80.39%-
XYZ30.6623.424.65-
YUV127.7476.8183.11-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 58.91%
GREEN value IS 106 (41.80% from 255) = 30.46%
BLUE value IS 37 (14.84% from 255) = 10.63%
R=58.91%
G=30.46%
B=10.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.82
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051063700.480.820.2024.6469.4247.45
HexCD6A25030521419452f
Octal31515245060122243110557
Binary1100110111010101001010110000101001010100110011000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6A25; }

 p { color: rgb(205,106,37); }

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

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

 a { background-color: rgb(205,106,37); }

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

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

 span { border-color: rgb(205,106,37); }

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