Shades of Seal Brown #350606
Tints of Seal Brown #350606
RGB
CMYK
RGB Variations
Color information
#350606 (or 0x350606) is known color: Seal Brown. HEX triplet: 35, 06 and 06. RGB value is (53,6,6). Sum of RGB (Red+Green+Blue) = 53+6+6=65 (8% of max value = 765). Red value is 53 (21.09% from 255 or 81.54% from 65); Green value is 6 (2.73% from 255 or 9.23% from 65); Blue value is 6 (2.73% from 255 or 9.23% from 65); Max value from RGB is 53 - color contains mainly: red. Hex color #350606 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350606 is #CAF9F9. Grayscale: #141414. Windows color (decimal): -13302266 or 394805. OLE color: 394805.
HSL color Cylindrical-coordinate representation of color #350606: hue angle of 0º 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 #350606 is Cyan = 0, Magento = 0.89, Yellow = 0.89 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 6 | 6 | - |
| CMYK | 0 | 0.89 | 0.89 | 0.79 |
| HSL | 0º | 0.8% | 0.12% | - |
| HSV(B) | 0º | 0.89% | 0.21% | - |
| XYZ | 1.57 | 0.9 | 0.26 | - |
| YUV | 20.05 | 120.07 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 6 | 6 | 0 | 0.89 | 0.89 | 0.79 | 0 | 0.8 | 0.12 |
| Hex | 35 | 6 | 6 | 0 | 59 | 59 | 4F | 0 | 50 | C |
| Octal | 65 | 6 | 6 | 0 | 131 | 131 | 117 | 0 | 120 | 14 |
| Binary | 110101 | 110 | 110 | 0 | 1011001 | 1011001 | 1001111 | 0 | 1010000 | 1100 |
Color Harmonies of #350606
Complementary color
Monochromatic Colors of #350606
Black with #350606
Text Example
Text Example
White with #350606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #350606; }
p { color: rgb(53,6,6); }
H1.HeaderClassName
{
color: #350606;
}
.AnyTagClassName
{
color: #350606;
}
</style>
background-color css
<style>
a { background-color: #350606; }
a { background-color: rgb(53,6,6); }
div.DivClassName
{
background-color: #350606;
}
.BgClassName
{
background-color: #350606;
}
</style>
border-color css
<style>
span { border-color: #350606; }
span { border-color: rgb(53,6,6); }
td.TdClassName
{
border-color: #350606;
}
.TagClassName
{
border-color: #350606;
}
</style>