Shades of Brown Pod #3F2006
Tints of Brown Pod #3F2006
RGB
CMYK
RGB Variations
Color information
#3F2006 (or 0x3F2006) is known color: Brown Pod. HEX triplet: 3F, 20 and 06. RGB value is (63,32,6). Sum of RGB (Red+Green+Blue) = 63+32+6=101 (13% of max value = 765). Red value is 63 (25% from 255 or 62.38% from 101); Green value is 32 (12.89% from 255 or 31.68% from 101); Blue value is 6 (2.73% from 255 or 5.94% from 101); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2006 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2006 is #C0DFF9. Grayscale: #262626. Windows color (decimal): -12640250 or 401471. OLE color: 401471.
HSL color Cylindrical-coordinate representation of color #3F2006: hue angle of 27.37º 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 #3F2006 is Cyan = 0, Magento = 0.49, Yellow = 0.90 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 32 | 6 | - |
| CMYK | 0 | 0.49 | 0.90 | 0.75 |
| HSL | 27.37º | 0.83% | 0.14% | - |
| HSV(B) | 27.37º | 0.9% | 0.25% | - |
| XYZ | 2.6 | 2.1 | 0.44 | - |
| YUV | 38.31 | 109.77 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 32 | 6 | 0 | 0.49 | 0.90 | 0.75 | 27.37 | 0.83 | 0.14 |
| Hex | 3F | 20 | 6 | 0 | 31 | 5A | 4B | 1B | 53 | E |
| Octal | 77 | 40 | 6 | 0 | 61 | 132 | 113 | 33 | 123 | 16 |
| Binary | 111111 | 100000 | 110 | 0 | 110001 | 1011010 | 1001011 | 11011 | 1010011 | 1110 |
Color Harmonies of #3F2006
Complementary color
Monochromatic Colors of #3F2006
Black with #3F2006
Text Example
Text Example
White with #3F2006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2006; }
p { color: rgb(63,32,6); }
H1.HeaderClassName
{
color: #3F2006;
}
.AnyTagClassName
{
color: #3F2006;
}
</style>
background-color css
<style>
a { background-color: #3F2006; }
a { background-color: rgb(63,32,6); }
div.DivClassName
{
background-color: #3F2006;
}
.BgClassName
{
background-color: #3F2006;
}
</style>
border-color css
<style>
span { border-color: #3F2006; }
span { border-color: rgb(63,32,6); }
td.TdClassName
{
border-color: #3F2006;
}
.TagClassName
{
border-color: #3F2006;
}
</style>