Shades of Seal Brown #330606
Tints of Seal Brown #330606
RGB
CMYK
RGB Variations
Color information
#330606 (or 0x330606) is known color: Seal Brown. HEX triplet: 33, 06 and 06. RGB value is (51,6,6). Sum of RGB (Red+Green+Blue) = 51+6+6=63 (8% of max value = 765). Red value is 51 (20.31% from 255 or 80.95% from 63); Green value is 6 (2.73% from 255 or 9.52% from 63); Blue value is 6 (2.73% from 255 or 9.52% from 63); Max value from RGB is 51 - color contains mainly: red. Hex color #330606 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330606 is #CCF9F9. Grayscale: #131313. Windows color (decimal): -13433338 or 394803. OLE color: 394803.
HSL color Cylindrical-coordinate representation of color #330606: hue angle of 0º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #330606 is Cyan = 0, Magento = 0.88, Yellow = 0.88 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 6 | 6 | - |
| CMYK | 0 | 0.88 | 0.88 | 0.8 |
| HSL | 0º | 0.79% | 0.11% | - |
| HSV(B) | 0º | 0.88% | 0.2% | - |
| XYZ | 1.46 | 0.85 | 0.26 | - |
| YUV | 19.46 | 120.41 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 6 | 6 | 0 | 0.88 | 0.88 | 0.8 | 0 | 0.79 | 0.11 |
| Hex | 33 | 6 | 6 | 0 | 58 | 58 | 50 | 0 | 4F | B |
| Octal | 63 | 6 | 6 | 0 | 130 | 130 | 120 | 0 | 117 | 13 |
| Binary | 110011 | 110 | 110 | 0 | 1011000 | 1011000 | 1010000 | 0 | 1001111 | 1011 |
Color Harmonies of #330606
Complementary color
Monochromatic Colors of #330606
Black with #330606
Text Example
Text Example
White with #330606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #330606; }
p { color: rgb(51,6,6); }
H1.HeaderClassName
{
color: #330606;
}
.AnyTagClassName
{
color: #330606;
}
</style>
background-color css
<style>
a { background-color: #330606; }
a { background-color: rgb(51,6,6); }
div.DivClassName
{
background-color: #330606;
}
.BgClassName
{
background-color: #330606;
}
</style>
border-color css
<style>
span { border-color: #330606; }
span { border-color: rgb(51,6,6); }
td.TdClassName
{
border-color: #330606;
}
.TagClassName
{
border-color: #330606;
}
</style>