Shades of Seal Brown #260603
Tints of Seal Brown #260603
RGB
CMYK
RGB Variations
Color information
#260603 (or 0x260603) is known color: Seal Brown. HEX triplet: 26, 06 and 03. RGB value is (38,6,3). Sum of RGB (Red+Green+Blue) = 38+6+3=47 (6% of max value = 765). Red value is 38 (15.23% from 255 or 80.85% from 47); Green value is 6 (2.73% from 255 or 12.77% from 47); Blue value is 3 (1.56% from 255 or 6.38% from 47); Max value from RGB is 38 - color contains mainly: red. Hex color #260603 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #260603 is #D9F9FC. Grayscale: #0F0F0F. Windows color (decimal): -14285309 or 198182. OLE color: 198182.
HSL color Cylindrical-coordinate representation of color #260603: hue angle of 5.14º degrees, saturation: 0.85, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #260603 is Cyan = 0, Magento = 0.84, Yellow = 0.92 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 6 | 3 | - |
| CMYK | 0 | 0.84 | 0.92 | 0.85 |
| HSL | 5.14º | 0.85% | 0.08% | - |
| HSV(B) | 5.14º | 0.92% | 0.15% | - |
| XYZ | 0.88 | 0.55 | 0.15 | - |
| YUV | 15.23 | 121.1 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 6 | 3 | 0 | 0.84 | 0.92 | 0.85 | 5.14 | 0.85 | 0.08 |
| Hex | 26 | 6 | 3 | 0 | 54 | 5C | 55 | 5 | 55 | 8 |
| Octal | 46 | 6 | 3 | 0 | 124 | 134 | 125 | 5 | 125 | 10 |
| Binary | 100110 | 110 | 11 | 0 | 1010100 | 1011100 | 1010101 | 101 | 1010101 | 1000 |
Color Harmonies of #260603
Complementary color
Monochromatic Colors of #260603
Black with #260603
Text Example
Text Example
White with #260603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260603; }
p { color: rgb(38,6,3); }
H1.HeaderClassName
{
color: #260603;
}
.AnyTagClassName
{
color: #260603;
}
</style>
background-color css
<style>
a { background-color: #260603; }
a { background-color: rgb(38,6,3); }
div.DivClassName
{
background-color: #260603;
}
.BgClassName
{
background-color: #260603;
}
</style>
border-color css
<style>
span { border-color: #260603; }
span { border-color: rgb(38,6,3); }
td.TdClassName
{
border-color: #260603;
}
.TagClassName
{
border-color: #260603;
}
</style>