Shades of Seal Brown #260600
Tints of Seal Brown #260600
RGB
CMYK
RGB Variations
Color information
#260600 (or 0x260600) is known color: Seal Brown. HEX triplet: 26, 06 and 00. RGB value is (38,6,0). Sum of RGB (Red+Green+Blue) = 38+6+0=44 (5% of max value = 765). Red value is 38 (15.23% from 255 or 86.36% from 44); Green value is 6 (2.73% from 255 or 13.64% from 44); Blue value is 0 (0.39% from 255 or 0% from 44); Max value from RGB is 38 - color contains mainly: red. Hex color #260600 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260600 is #D9F9FF. Grayscale: #0E0E0E. Windows color (decimal): -14285312 or 1574. OLE color: 1574.
HSL color Cylindrical-coordinate representation of color #260600: hue angle of 9.47º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #260600 is Cyan = 0, Magento = 0.84, Yellow = 1 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 6 | 0 | - |
| CMYK | 0 | 0.84 | 1 | 0.85 |
| HSL | 9.47º | 1% | 0.07% | - |
| HSV(B) | 9.47º | 1% | 0.15% | - |
| XYZ | 0.86 | 0.54 | 0.06 | - |
| YUV | 14.88 | 119.6 | 144.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 6 | 0 | 0 | 0.84 | 1 | 0.85 | 9.47 | 1 | 0.07 |
| Hex | 26 | 6 | 0 | 0 | 54 | 64 | 55 | 9 | 64 | 7 |
| Octal | 46 | 6 | 0 | 0 | 124 | 144 | 125 | 11 | 144 | 7 |
| Binary | 100110 | 110 | 0 | 0 | 1010100 | 1100100 | 1010101 | 1001 | 1100100 | 111 |
Color Harmonies of #260600
Complementary color
Monochromatic Colors of #260600
Black with #260600
Text Example
Text Example
White with #260600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260600; }
p { color: rgb(38,6,0); }
H1.HeaderClassName
{
color: #260600;
}
.AnyTagClassName
{
color: #260600;
}
</style>
background-color css
<style>
a { background-color: #260600; }
a { background-color: rgb(38,6,0); }
div.DivClassName
{
background-color: #260600;
}
.BgClassName
{
background-color: #260600;
}
</style>
border-color css
<style>
span { border-color: #260600; }
span { border-color: rgb(38,6,0); }
td.TdClassName
{
border-color: #260600;
}
.TagClassName
{
border-color: #260600;
}
</style>