Shades of Pale Brown #9A7046
Tints of Pale Brown #9A7046
RGB
CMYK
RGB Variations
Color information
#9A7046 (or 0x9A7046) is known color: Pale Brown. HEX triplet: 9A, 70 and 46. RGB value is (154,112,70). Sum of RGB (Red+Green+Blue) = 154+112+70=336 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.83% from 336); Green value is 112 (44.14% from 255 or 33.33% from 336); Blue value is 70 (27.73% from 255 or 20.83% from 336); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7046 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A7046 is #658FB9. Grayscale: #777777. Windows color (decimal): -6655930 or 4616346. OLE color: 4616346.
HSL color Cylindrical-coordinate representation of color #9A7046: hue angle of 30º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9A7046 is Cyan = 0, Magento = 0.27, Yellow = 0.55 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 112 | 70 | - |
| CMYK | 0 | 0.27 | 0.55 | 0.40 |
| HSL | 30º | 0.38% | 0.44% | - |
| HSV(B) | 30º | 0.55% | 0.6% | - |
| XYZ | 20.23 | 18.9 | 8.38 | - |
| YUV | 119.77 | 99.91 | 152.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 112 | 70 | 0 | 0.27 | 0.55 | 0.40 | 30 | 0.38 | 0.44 |
| Hex | 9A | 70 | 46 | 0 | 1B | 37 | 28 | 1E | 26 | 2C |
| Octal | 232 | 160 | 106 | 0 | 33 | 67 | 50 | 36 | 46 | 54 |
| Binary | 10011010 | 1110000 | 1000110 | 0 | 11011 | 110111 | 101000 | 11110 | 100110 | 101100 |
Color Harmonies of #9A7046
Complementary color
Monochromatic Colors of #9A7046
Black with #9A7046
Text Example
Text Example
White with #9A7046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7046; }
p { color: rgb(154,112,70); }
H1.HeaderClassName
{
color: #9A7046;
}
.AnyTagClassName
{
color: #9A7046;
}
</style>
background-color css
<style>
a { background-color: #9A7046; }
a { background-color: rgb(154,112,70); }
div.DivClassName
{
background-color: #9A7046;
}
.BgClassName
{
background-color: #9A7046;
}
</style>
border-color css
<style>
span { border-color: #9A7046; }
span { border-color: rgb(154,112,70); }
td.TdClassName
{
border-color: #9A7046;
}
.TagClassName
{
border-color: #9A7046;
}
</style>