Shades of Cocoa Brown #3D2006
Tints of Cocoa Brown #3D2006
RGB
CMYK
RGB Variations
Color information
#3D2006 (or 0x3D2006) is known color: Cocoa Brown. HEX triplet: 3D, 20 and 06. RGB value is (61,32,6). Sum of RGB (Red+Green+Blue) = 61+32+6=99 (13% of max value = 765). Red value is 61 (24.22% from 255 or 61.62% from 99); Green value is 32 (12.89% from 255 or 32.32% from 99); Blue value is 6 (2.73% from 255 or 6.06% from 99); Max value from RGB is 61 - color contains mainly: red. Hex color #3D2006 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3D2006 is #C2DFF9. Grayscale: #252525. Windows color (decimal): -12771322 or 401469. OLE color: 401469.
HSL color Cylindrical-coordinate representation of color #3D2006: hue angle of 28.36º 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 #3D2006 is Cyan = 0, Magento = 0.48, Yellow = 0.90 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 32 | 6 | - |
| CMYK | 0 | 0.48 | 0.90 | 0.76 |
| HSL | 28.36º | 0.82% | 0.13% | - |
| HSV(B) | 28.36º | 0.9% | 0.24% | - |
| XYZ | 2.47 | 2.04 | 0.44 | - |
| YUV | 37.71 | 110.11 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 32 | 6 | 0 | 0.48 | 0.90 | 0.76 | 28.36 | 0.82 | 0.13 |
| Hex | 3D | 20 | 6 | 0 | 30 | 5A | 4C | 1C | 52 | D |
| Octal | 75 | 40 | 6 | 0 | 60 | 132 | 114 | 34 | 122 | 15 |
| Binary | 111101 | 100000 | 110 | 0 | 110000 | 1011010 | 1001100 | 11100 | 1010010 | 1101 |
Color Harmonies of #3D2006
Complementary color
Monochromatic Colors of #3D2006
Black with #3D2006
Text Example
Text Example
White with #3D2006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D2006; }
p { color: rgb(61,32,6); }
H1.HeaderClassName
{
color: #3D2006;
}
.AnyTagClassName
{
color: #3D2006;
}
</style>
background-color css
<style>
a { background-color: #3D2006; }
a { background-color: rgb(61,32,6); }
div.DivClassName
{
background-color: #3D2006;
}
.BgClassName
{
background-color: #3D2006;
}
</style>
border-color css
<style>
span { border-color: #3D2006; }
span { border-color: rgb(61,32,6); }
td.TdClassName
{
border-color: #3D2006;
}
.TagClassName
{
border-color: #3D2006;
}
</style>