Shades of Cocoa Brown #3C2006
Tints of Cocoa Brown #3C2006
RGB
CMYK
RGB Variations
Color information
#3C2006 (or 0x3C2006) is known color: Cocoa Brown. HEX triplet: 3C, 20 and 06. RGB value is (60,32,6). Sum of RGB (Red+Green+Blue) = 60+32+6=98 (12% of max value = 765). Red value is 60 (23.83% from 255 or 61.22% from 98); Green value is 32 (12.89% from 255 or 32.65% from 98); Blue value is 6 (2.73% from 255 or 6.12% from 98); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2006 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C2006 is #C3DFF9. Grayscale: #252525. Windows color (decimal): -12836858 or 401468. OLE color: 401468.
HSL color Cylindrical-coordinate representation of color #3C2006: hue angle of 28.89º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3C2006 is Cyan = 0, Magento = 0.47, Yellow = 0.90 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 32 | 6 | - |
| CMYK | 0 | 0.47 | 0.90 | 0.76 |
| HSL | 28.89º | 0.82% | 0.13% | - |
| HSV(B) | 28.89º | 0.9% | 0.24% | - |
| XYZ | 2.41 | 2.01 | 0.43 | - |
| YUV | 37.41 | 110.28 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 32 | 6 | 0 | 0.47 | 0.90 | 0.76 | 28.89 | 0.82 | 0.13 |
| Hex | 3C | 20 | 6 | 0 | 2F | 5A | 4C | 1D | 52 | D |
| Octal | 74 | 40 | 6 | 0 | 57 | 132 | 114 | 35 | 122 | 15 |
| Binary | 111100 | 100000 | 110 | 0 | 101111 | 1011010 | 1001100 | 11101 | 1010010 | 1101 |
Color Harmonies of #3C2006
Complementary color
Monochromatic Colors of #3C2006
Black with #3C2006
Text Example
Text Example
White with #3C2006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C2006; }
p { color: rgb(60,32,6); }
H1.HeaderClassName
{
color: #3C2006;
}
.AnyTagClassName
{
color: #3C2006;
}
</style>
background-color css
<style>
a { background-color: #3C2006; }
a { background-color: rgb(60,32,6); }
div.DivClassName
{
background-color: #3C2006;
}
.BgClassName
{
background-color: #3C2006;
}
</style>
border-color css
<style>
span { border-color: #3C2006; }
span { border-color: rgb(60,32,6); }
td.TdClassName
{
border-color: #3C2006;
}
.TagClassName
{
border-color: #3C2006;
}
</style>