Shades of Saddle Brown #994607
Tints of Saddle Brown #994607
RGB
CMYK
RGB Variations
Color information
#994607 (or 0x994607) is known color: Saddle Brown. HEX triplet: 99, 46 and 07. RGB value is (153,70,7). Sum of RGB (Red+Green+Blue) = 153+70+7=230 (30% of max value = 765). Red value is 153 (60.16% from 255 or 66.52% from 230); Green value is 70 (27.73% from 255 or 30.43% from 230); Blue value is 7 (3.12% from 255 or 3.04% from 230); Max value from RGB is 153 - color contains mainly: red. Hex color #994607 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #994607 is #66B9F8. Grayscale: #575757. Windows color (decimal): -6732281 or 476825. OLE color: 476825.
HSL color Cylindrical-coordinate representation of color #994607: hue angle of 25.89º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #994607 is Cyan = 0, Magento = 0.54, Yellow = 0.95 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 70 | 7 | - |
| CMYK | 0 | 0.54 | 0.95 | 0.4 |
| HSL | 25.89º | 0.91% | 0.31% | - |
| HSV(B) | 25.89º | 0.95% | 0.6% | - |
| XYZ | 15.37 | 11.17 | 1.55 | - |
| YUV | 87.64 | 82.5 | 174.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 70 | 7 | 0 | 0.54 | 0.95 | 0.4 | 25.89 | 0.91 | 0.31 |
| Hex | 99 | 46 | 7 | 0 | 36 | 5F | 28 | 1A | 5B | 1F |
| Octal | 231 | 106 | 7 | 0 | 66 | 137 | 50 | 32 | 133 | 37 |
| Binary | 10011001 | 1000110 | 111 | 0 | 110110 | 1011111 | 101000 | 11010 | 1011011 | 11111 |
Color Harmonies of #994607
Complementary color
Monochromatic Colors of #994607
Black with #994607
Text Example
Text Example
White with #994607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994607; }
p { color: rgb(153,70,7); }
H1.HeaderClassName
{
color: #994607;
}
.AnyTagClassName
{
color: #994607;
}
</style>
background-color css
<style>
a { background-color: #994607; }
a { background-color: rgb(153,70,7); }
div.DivClassName
{
background-color: #994607;
}
.BgClassName
{
background-color: #994607;
}
</style>
border-color css
<style>
span { border-color: #994607; }
span { border-color: rgb(153,70,7); }
td.TdClassName
{
border-color: #994607;
}
.TagClassName
{
border-color: #994607;
}
</style>