Shades of Seal Brown #360806
Tints of Seal Brown #360806
RGB
CMYK
RGB Variations
Color information
#360806 (or 0x360806) is known color: Seal Brown. HEX triplet: 36, 08 and 06. RGB value is (54,8,6). Sum of RGB (Red+Green+Blue) = 54+8+6=68 (9% of max value = 765). Red value is 54 (21.48% from 255 or 79.41% from 68); Green value is 8 (3.52% from 255 or 11.76% from 68); Blue value is 6 (2.73% from 255 or 8.82% from 68); Max value from RGB is 54 - color contains mainly: red. Hex color #360806 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360806 is #C9F7F9. Grayscale: #151515. Windows color (decimal): -13236218 or 395318. OLE color: 395318.
HSL color Cylindrical-coordinate representation of color #360806: hue angle of 2.5º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #360806 is Cyan = 0, Magento = 0.85, Yellow = 0.89 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 8 | 6 | - |
| CMYK | 0 | 0.85 | 0.89 | 0.79 |
| HSL | 2.5º | 0.8% | 0.12% | - |
| HSV(B) | 2.5º | 0.89% | 0.21% | - |
| XYZ | 1.64 | 0.97 | 0.27 | - |
| YUV | 21.53 | 119.24 | 151.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 8 | 6 | 0 | 0.85 | 0.89 | 0.79 | 2.5 | 0.8 | 0.12 |
| Hex | 36 | 8 | 6 | 0 | 55 | 59 | 4F | 2 | 50 | C |
| Octal | 66 | 10 | 6 | 0 | 125 | 131 | 117 | 2 | 120 | 14 |
| Binary | 110110 | 1000 | 110 | 0 | 1010101 | 1011001 | 1001111 | 10 | 1010000 | 1100 |
Color Harmonies of #360806
Complementary color
Monochromatic Colors of #360806
Black with #360806
Text Example
Text Example
White with #360806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360806; }
p { color: rgb(54,8,6); }
H1.HeaderClassName
{
color: #360806;
}
.AnyTagClassName
{
color: #360806;
}
</style>
background-color css
<style>
a { background-color: #360806; }
a { background-color: rgb(54,8,6); }
div.DivClassName
{
background-color: #360806;
}
.BgClassName
{
background-color: #360806;
}
</style>
border-color css
<style>
span { border-color: #360806; }
span { border-color: rgb(54,8,6); }
td.TdClassName
{
border-color: #360806;
}
.TagClassName
{
border-color: #360806;
}
</style>