Shades of Seal Brown #460A06
Tints of Seal Brown #460A06
RGB
CMYK
RGB Variations
Color information
#460A06 (or 0x460A06) is known color: Seal Brown. HEX triplet: 46, 0A and 06. RGB value is (70,10,6). Sum of RGB (Red+Green+Blue) = 70+10+6=86 (11% of max value = 765). Red value is 70 (27.73% from 255 or 81.40% from 86); Green value is 10 (4.30% from 255 or 11.63% from 86); Blue value is 6 (2.73% from 255 or 6.98% from 86); Max value from RGB is 70 - color contains mainly: red. Hex color #460A06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460A06 is #B9F5F9. Grayscale: #1B1B1B. Windows color (decimal): -12187130 or 395846. OLE color: 395846.
HSL color Cylindrical-coordinate representation of color #460A06: hue angle of 3.75º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #460A06 is Cyan = 0, Magento = 0.86, Yellow = 0.91 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 10 | 6 | - |
| CMYK | 0 | 0.86 | 0.91 | 0.73 |
| HSL | 3.75º | 0.84% | 0.15% | - |
| HSV(B) | 3.75º | 0.91% | 0.27% | - |
| XYZ | 2.67 | 1.53 | 0.33 | - |
| YUV | 27.48 | 115.88 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 10 | 6 | 0 | 0.86 | 0.91 | 0.73 | 3.75 | 0.84 | 0.15 |
| Hex | 46 | A | 6 | 0 | 56 | 5B | 49 | 4 | 54 | F |
| Octal | 106 | 12 | 6 | 0 | 126 | 133 | 111 | 4 | 124 | 17 |
| Binary | 1000110 | 1010 | 110 | 0 | 1010110 | 1011011 | 1001001 | 100 | 1010100 | 1111 |
Color Harmonies of #460A06
Complementary color
Monochromatic Colors of #460A06
Black with #460A06
Text Example
Text Example
White with #460A06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460A06; }
p { color: rgb(70,10,6); }
H1.HeaderClassName
{
color: #460A06;
}
.AnyTagClassName
{
color: #460A06;
}
</style>
background-color css
<style>
a { background-color: #460A06; }
a { background-color: rgb(70,10,6); }
div.DivClassName
{
background-color: #460A06;
}
.BgClassName
{
background-color: #460A06;
}
</style>
border-color css
<style>
span { border-color: #460A06; }
span { border-color: rgb(70,10,6); }
td.TdClassName
{
border-color: #460A06;
}
.TagClassName
{
border-color: #460A06;
}
</style>