#CD6B0C

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

Shades of Chocolate #CD6B0C

Tints of Chocolate #CD6B0C

Color information

#CD6B0C (or 0xCD6B0C) is unknown color: approx Chocolate. HEX triplet: CD, 6B and 0C. RGB value is (205,107,12). Sum of RGB (Red+Green+Blue) = 205+107+12=324 (42% of max value = 765). Red value is 205 (80.47% from 255 or 63.27% from 324); Green value is 107 (42.19% from 255 or 33.02% from 324); Blue value is 12 (5.08% from 255 or 3.70% from 324); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6B0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD6B0C is #3294F3. Grayscale: #7D7D7D. Windows color (decimal): -3314932 or 814029. OLE color: 814029.

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

Color convert

RGB20510712-
CMYK00.480.940.20
HSL29.53º88.94%42.55%-
HSV(B)29.53º94.15%80.39%-
XYZ30.523.523.28-
YUV125.4763.97184.72-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 63.27%
GREEN value IS 107 (42.19% from 255) = 33.02%
BLUE value IS 12 (5.08% from 255) = 3.70%
R=63.27%
G=33.02%
B=3.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.94
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051071200.480.940.2029.5388.9442.55
HexCD6BC0305E141e592b
Octal31515314060136243613153
Binary11001101110101111000110000101111010100111101011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD6B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD6B0C; }

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

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

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

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

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

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

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

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