Shades of Seal Brown #460601
Tints of Seal Brown #460601
RGB
CMYK
RGB Variations
Color information
#460601 (or 0x460601) is known color: Seal Brown. HEX triplet: 46, 06 and 01. RGB value is (70,6,1). Sum of RGB (Red+Green+Blue) = 70+6+1=77 (10% of max value = 765). Red value is 70 (27.73% from 255 or 90.91% from 77); Green value is 6 (2.73% from 255 or 7.79% from 77); Blue value is 1 (0.78% from 255 or 1.30% from 77); Max value from RGB is 70 - color contains mainly: red. Hex color #460601 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460601 is #B9F9FE. Grayscale: #181818. Windows color (decimal): -12188159 or 67142. OLE color: 67142.
HSL color Cylindrical-coordinate representation of color #460601: hue angle of 4.35º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #460601 is Cyan = 0, Magento = 0.91, Yellow = 0.99 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 70 | 6 | 1 | - |
| CMYK | 0 | 0.91 | 0.99 | 0.73 |
| HSL | 4.35º | 0.97% | 0.14% | - |
| HSV(B) | 4.35º | 0.99% | 0.27% | - |
| XYZ | 2.6 | 1.43 | 0.17 | - |
| YUV | 24.57 | 114.7 | 160.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 6 | 1 | 0 | 0.91 | 0.99 | 0.73 | 4.35 | 0.97 | 0.14 |
| Hex | 46 | 6 | 1 | 0 | 5B | 63 | 49 | 4 | 61 | E |
| Octal | 106 | 6 | 1 | 0 | 133 | 143 | 111 | 4 | 141 | 16 |
| Binary | 1000110 | 110 | 1 | 0 | 1011011 | 1100011 | 1001001 | 100 | 1100001 | 1110 |
Color Harmonies of #460601
Complementary color
Monochromatic Colors of #460601
Black with #460601
Text Example
Text Example
White with #460601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460601; }
p { color: rgb(70,6,1); }
H1.HeaderClassName
{
color: #460601;
}
.AnyTagClassName
{
color: #460601;
}
</style>
background-color css
<style>
a { background-color: #460601; }
a { background-color: rgb(70,6,1); }
div.DivClassName
{
background-color: #460601;
}
.BgClassName
{
background-color: #460601;
}
</style>
border-color css
<style>
span { border-color: #460601; }
span { border-color: rgb(70,6,1); }
td.TdClassName
{
border-color: #460601;
}
.TagClassName
{
border-color: #460601;
}
</style>