Shades of Seal Brown #460600
Tints of Seal Brown #460600
RGB
CMYK
RGB Variations
Color information
#460600 (or 0x460600) is known color: Seal Brown. HEX triplet: 46, 06 and 00. RGB value is (70,6,0). Sum of RGB (Red+Green+Blue) = 70+6+0=76 (10% of max value = 765). Red value is 70 (27.73% from 255 or 92.11% from 76); Green value is 6 (2.73% from 255 or 7.89% from 76); Blue value is 0 (0.39% from 255 or 0% from 76); Max value from RGB is 70 - color contains mainly: red. Hex color #460600 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460600 is #B9F9FF. Grayscale: #181818. Windows color (decimal): -12188160 or 1606. OLE color: 1606.
HSL color Cylindrical-coordinate representation of color #460600: hue angle of 5.14º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #460600 is Cyan = 0, Magento = 0.91, Yellow = 1 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 6 | 0 | - |
| CMYK | 0 | 0.91 | 1 | 0.73 |
| HSL | 5.14º | 1% | 0.14% | - |
| HSV(B) | 5.14º | 1% | 0.27% | - |
| XYZ | 2.59 | 1.43 | 0.14 | - |
| YUV | 24.45 | 114.2 | 160.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 6 | 0 | 0 | 0.91 | 1 | 0.73 | 5.14 | 1 | 0.14 |
| Hex | 46 | 6 | 0 | 0 | 5B | 64 | 49 | 5 | 64 | E |
| Octal | 106 | 6 | 0 | 0 | 133 | 144 | 111 | 5 | 144 | 16 |
| Binary | 1000110 | 110 | 0 | 0 | 1011011 | 1100100 | 1001001 | 101 | 1100100 | 1110 |
Color Harmonies of #460600
Complementary color
Monochromatic Colors of #460600
Black with #460600
Text Example
Text Example
White with #460600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460600; }
p { color: rgb(70,6,0); }
H1.HeaderClassName
{
color: #460600;
}
.AnyTagClassName
{
color: #460600;
}
</style>
background-color css
<style>
a { background-color: #460600; }
a { background-color: rgb(70,6,0); }
div.DivClassName
{
background-color: #460600;
}
.BgClassName
{
background-color: #460600;
}
</style>
border-color css
<style>
span { border-color: #460600; }
span { border-color: rgb(70,6,0); }
td.TdClassName
{
border-color: #460600;
}
.TagClassName
{
border-color: #460600;
}
</style>