Shades of Saddle Brown #994605
Tints of Saddle Brown #994605
RGB
CMYK
RGB Variations
Color information
#994605 (or 0x994605) is known color: Saddle Brown. HEX triplet: 99, 46 and 05. RGB value is (153,70,5). Sum of RGB (Red+Green+Blue) = 153+70+5=228 (30% of max value = 765). Red value is 153 (60.16% from 255 or 67.11% from 228); Green value is 70 (27.73% from 255 or 30.70% from 228); Blue value is 5 (2.34% from 255 or 2.19% from 228); Max value from RGB is 153 - color contains mainly: red. Hex color #994605 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #994605 is #66B9FA. Grayscale: #575757. Windows color (decimal): -6732283 or 345753. OLE color: 345753.
HSL color Cylindrical-coordinate representation of color #994605: hue angle of 26.35º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #994605 is Cyan = 0, Magento = 0.54, Yellow = 0.97 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 70 | 5 | - |
| CMYK | 0 | 0.54 | 0.97 | 0.4 |
| HSL | 26.35º | 0.94% | 0.31% | - |
| HSV(B) | 26.35º | 0.97% | 0.6% | - |
| XYZ | 15.35 | 11.16 | 1.49 | - |
| YUV | 87.41 | 81.5 | 174.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 70 | 5 | 0 | 0.54 | 0.97 | 0.4 | 26.35 | 0.94 | 0.31 |
| Hex | 99 | 46 | 5 | 0 | 36 | 61 | 28 | 1A | 5E | 1F |
| Octal | 231 | 106 | 5 | 0 | 66 | 141 | 50 | 32 | 136 | 37 |
| Binary | 10011001 | 1000110 | 101 | 0 | 110110 | 1100001 | 101000 | 11010 | 1011110 | 11111 |
Color Harmonies of #994605
Complementary color
Monochromatic Colors of #994605
Black with #994605
Text Example
Text Example
White with #994605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994605; }
p { color: rgb(153,70,5); }
H1.HeaderClassName
{
color: #994605;
}
.AnyTagClassName
{
color: #994605;
}
</style>
background-color css
<style>
a { background-color: #994605; }
a { background-color: rgb(153,70,5); }
div.DivClassName
{
background-color: #994605;
}
.BgClassName
{
background-color: #994605;
}
</style>
border-color css
<style>
span { border-color: #994605; }
span { border-color: rgb(153,70,5); }
td.TdClassName
{
border-color: #994605;
}
.TagClassName
{
border-color: #994605;
}
</style>