Shades of Seal Brown #260606
Tints of Seal Brown #260606
RGB
CMYK
RGB Variations
Color information
#260606 (or 0x260606) is known color: Seal Brown. HEX triplet: 26, 06 and 06. RGB value is (38,6,6). Sum of RGB (Red+Green+Blue) = 38+6+6=50 (6% of max value = 765). Red value is 38 (15.23% from 255 or 76% from 50); Green value is 6 (2.73% from 255 or 12% from 50); Blue value is 6 (2.73% from 255 or 12% from 50); Max value from RGB is 38 - color contains mainly: red. Hex color #260606 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260606 is #D9F9F9. Grayscale: #0F0F0F. Windows color (decimal): -14285306 or 394790. OLE color: 394790.
HSL color Cylindrical-coordinate representation of color #260606: hue angle of 0º degrees, saturation: 0.73, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #260606 is Cyan = 0, Magento = 0.84, Yellow = 0.84 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 6 | 6 | - |
| CMYK | 0 | 0.84 | 0.84 | 0.85 |
| HSL | 0º | 0.73% | 0.09% | - |
| HSV(B) | 0º | 0.84% | 0.15% | - |
| XYZ | 0.9 | 0.56 | 0.23 | - |
| YUV | 15.57 | 122.6 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 6 | 6 | 0 | 0.84 | 0.84 | 0.85 | 0 | 0.73 | 0.09 |
| Hex | 26 | 6 | 6 | 0 | 54 | 54 | 55 | 0 | 49 | 9 |
| Octal | 46 | 6 | 6 | 0 | 124 | 124 | 125 | 0 | 111 | 11 |
| Binary | 100110 | 110 | 110 | 0 | 1010100 | 1010100 | 1010101 | 0 | 1001001 | 1001 |
Color Harmonies of #260606
Complementary color
Monochromatic Colors of #260606
Black with #260606
Text Example
Text Example
White with #260606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260606; }
p { color: rgb(38,6,6); }
H1.HeaderClassName
{
color: #260606;
}
.AnyTagClassName
{
color: #260606;
}
</style>
background-color css
<style>
a { background-color: #260606; }
a { background-color: rgb(38,6,6); }
div.DivClassName
{
background-color: #260606;
}
.BgClassName
{
background-color: #260606;
}
</style>
border-color css
<style>
span { border-color: #260606; }
span { border-color: rgb(38,6,6); }
td.TdClassName
{
border-color: #260606;
}
.TagClassName
{
border-color: #260606;
}
</style>