#CD6A0E

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

Shades of Chocolate #CD6A0E

Tints of Chocolate #CD6A0E

Color information

#CD6A0E (or 0xCD6A0E) is unknown color: approx Chocolate. HEX triplet: CD, 6A and 0E. RGB value is (205,106,14). Sum of RGB (Red+Green+Blue) = 205+106+14=325 (43% of max value = 765). Red value is 205 (80.47% from 255 or 63.08% from 325); Green value is 106 (41.80% from 255 or 32.62% from 325); Blue value is 14 (5.86% from 255 or 4.31% from 325); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6A0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD6A0E is #3295F1. Grayscale: #7D7D7D. Windows color (decimal): -3315186 or 944845. OLE color: 944845.

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

Color convert

RGB20510614-
CMYK00.480.930.20
HSL28.9º87.21%42.94%-
HSV(B)28.9º93.17%80.39%-
XYZ30.4123.323.31-
YUV125.1165.3184.98-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 63.08%
GREEN value IS 106 (41.80% from 255) = 32.62%
BLUE value IS 14 (5.86% from 255) = 4.31%
R=63.08%
G=32.62%
B=4.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.93
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051061400.480.930.2028.987.2142.94
HexCD6AE0305D141d572b
Octal31515216060135243512753
Binary11001101110101011100110000101110110100111011010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6A0E; }

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

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

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

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

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

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

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

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