Shades of Seal Brown #3F0906
Tints of Seal Brown #3F0906
RGB
CMYK
RGB Variations
Color information
#3F0906 (or 0x3F0906) is known color: Seal Brown. HEX triplet: 3F, 09 and 06. RGB value is (63,9,6). Sum of RGB (Red+Green+Blue) = 63+9+6=78 (10% of max value = 765). Red value is 63 (25% from 255 or 80.77% from 78); Green value is 9 (3.91% from 255 or 11.54% from 78); Blue value is 6 (2.73% from 255 or 7.69% from 78); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0906 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F0906 is #C0F6F9. Grayscale: #181818. Windows color (decimal): -12646138 or 395583. OLE color: 395583.
HSL color Cylindrical-coordinate representation of color #3F0906: hue angle of 3.16º 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 #3F0906 is Cyan = 0, Magento = 0.86, Yellow = 0.90 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 9 | 6 | - |
| CMYK | 0 | 0.86 | 0.90 | 0.75 |
| HSL | 3.16º | 0.83% | 0.14% | - |
| HSV(B) | 3.16º | 0.9% | 0.25% | - |
| XYZ | 2.18 | 1.27 | 0.3 | - |
| YUV | 24.8 | 117.39 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 9 | 6 | 0 | 0.86 | 0.90 | 0.75 | 3.16 | 0.83 | 0.14 |
| Hex | 3F | 9 | 6 | 0 | 56 | 5A | 4B | 3 | 53 | E |
| Octal | 77 | 11 | 6 | 0 | 126 | 132 | 113 | 3 | 123 | 16 |
| Binary | 111111 | 1001 | 110 | 0 | 1010110 | 1011010 | 1001011 | 11 | 1010011 | 1110 |
Color Harmonies of #3F0906
Complementary color
Monochromatic Colors of #3F0906
Black with #3F0906
Text Example
Text Example
White with #3F0906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0906; }
p { color: rgb(63,9,6); }
H1.HeaderClassName
{
color: #3F0906;
}
.AnyTagClassName
{
color: #3F0906;
}
</style>
background-color css
<style>
a { background-color: #3F0906; }
a { background-color: rgb(63,9,6); }
div.DivClassName
{
background-color: #3F0906;
}
.BgClassName
{
background-color: #3F0906;
}
</style>
border-color css
<style>
span { border-color: #3F0906; }
span { border-color: rgb(63,9,6); }
td.TdClassName
{
border-color: #3F0906;
}
.TagClassName
{
border-color: #3F0906;
}
</style>