Shades of Cocoa Brown #3F2206
Tints of Cocoa Brown #3F2206
RGB
CMYK
RGB Variations
Color information
#3F2206 (or 0x3F2206) is known color: Cocoa Brown. HEX triplet: 3F, 22 and 06. RGB value is (63,34,6). Sum of RGB (Red+Green+Blue) = 63+34+6=103 (13% of max value = 765). Red value is 63 (25% from 255 or 61.17% from 103); Green value is 34 (13.67% from 255 or 33.01% from 103); Blue value is 6 (2.73% from 255 or 5.83% from 103); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2206 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2206 is #C0DDF9. Grayscale: #272727. Windows color (decimal): -12639738 or 401983. OLE color: 401983.
HSL color Cylindrical-coordinate representation of color #3F2206: hue angle of 29.47º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3F2206 is Cyan = 0, Magento = 0.46, Yellow = 0.90 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 34 | 6 | - |
| CMYK | 0 | 0.46 | 0.90 | 0.75 |
| HSL | 29.47º | 0.83% | 0.14% | - |
| HSV(B) | 29.47º | 0.9% | 0.25% | - |
| XYZ | 2.65 | 2.21 | 0.46 | - |
| YUV | 39.48 | 109.11 | 144.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 34 | 6 | 0 | 0.46 | 0.90 | 0.75 | 29.47 | 0.83 | 0.14 |
| Hex | 3F | 22 | 6 | 0 | 2E | 5A | 4B | 1D | 53 | E |
| Octal | 77 | 42 | 6 | 0 | 56 | 132 | 113 | 35 | 123 | 16 |
| Binary | 111111 | 100010 | 110 | 0 | 101110 | 1011010 | 1001011 | 11101 | 1010011 | 1110 |
Color Harmonies of #3F2206
Complementary color
Monochromatic Colors of #3F2206
Black with #3F2206
Text Example
Text Example
White with #3F2206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2206; }
p { color: rgb(63,34,6); }
H1.HeaderClassName
{
color: #3F2206;
}
.AnyTagClassName
{
color: #3F2206;
}
</style>
background-color css
<style>
a { background-color: #3F2206; }
a { background-color: rgb(63,34,6); }
div.DivClassName
{
background-color: #3F2206;
}
.BgClassName
{
background-color: #3F2206;
}
</style>
border-color css
<style>
span { border-color: #3F2206; }
span { border-color: rgb(63,34,6); }
td.TdClassName
{
border-color: #3F2206;
}
.TagClassName
{
border-color: #3F2206;
}
</style>