Shades of Seal Brown #360B06
Tints of Seal Brown #360B06
RGB
CMYK
RGB Variations
Color information
#360B06 (or 0x360B06) is known color: Seal Brown. HEX triplet: 36, 0B and 06. RGB value is (54,11,6). Sum of RGB (Red+Green+Blue) = 54+11+6=71 (9% of max value = 765). Red value is 54 (21.48% from 255 or 76.06% from 71); Green value is 11 (4.69% from 255 or 15.49% from 71); Blue value is 6 (2.73% from 255 or 8.45% from 71); Max value from RGB is 54 - color contains mainly: red. Hex color #360B06 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360B06 is #C9F4F9. Grayscale: #171717. Windows color (decimal): -13235450 or 396086. OLE color: 396086.
HSL color Cylindrical-coordinate representation of color #360B06: hue angle of 6.25º 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 #360B06 is Cyan = 0, Magento = 0.80, Yellow = 0.89 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 11 | 6 | - |
| CMYK | 0 | 0.80 | 0.89 | 0.79 |
| HSL | 6.25º | 0.8% | 0.12% | - |
| HSV(B) | 6.25º | 0.89% | 0.21% | - |
| XYZ | 1.67 | 1.04 | 0.28 | - |
| YUV | 23.29 | 118.25 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 11 | 6 | 0 | 0.80 | 0.89 | 0.79 | 6.25 | 0.8 | 0.12 |
| Hex | 36 | B | 6 | 0 | 50 | 59 | 4F | 6 | 50 | C |
| Octal | 66 | 13 | 6 | 0 | 120 | 131 | 117 | 6 | 120 | 14 |
| Binary | 110110 | 1011 | 110 | 0 | 1010000 | 1011001 | 1001111 | 110 | 1010000 | 1100 |
Color Harmonies of #360B06
Complementary color
Monochromatic Colors of #360B06
Black with #360B06
Text Example
Text Example
White with #360B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #360B06; }
p { color: rgb(54,11,6); }
H1.HeaderClassName
{
color: #360B06;
}
.AnyTagClassName
{
color: #360B06;
}
</style>
background-color css
<style>
a { background-color: #360B06; }
a { background-color: rgb(54,11,6); }
div.DivClassName
{
background-color: #360B06;
}
.BgClassName
{
background-color: #360B06;
}
</style>
border-color css
<style>
span { border-color: #360B06; }
span { border-color: rgb(54,11,6); }
td.TdClassName
{
border-color: #360B06;
}
.TagClassName
{
border-color: #360B06;
}
</style>