Shades of Pale Brown #99785A
Tints of Pale Brown #99785A
RGB
CMYK
RGB Variations
Color information
#99785A (or 0x99785A) is known color: Pale Brown. HEX triplet: 99, 78 and 5A. RGB value is (153,120,90). Sum of RGB (Red+Green+Blue) = 153+120+90=363 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.15% from 363); Green value is 120 (47.27% from 255 or 33.06% from 363); Blue value is 90 (35.55% from 255 or 24.79% from 363); Max value from RGB is 153 - color contains mainly: red. Hex color #99785A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99785A is #6687A5. Grayscale: #7E7E7E. Windows color (decimal): -6719398 or 5929113. OLE color: 5929113.
HSL color Cylindrical-coordinate representation of color #99785A: hue angle of 28.57º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #99785A is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 120 | 90 | - |
| CMYK | 0 | 0.22 | 0.41 | 0.4 |
| HSL | 28.57º | 0.26% | 0.48% | - |
| HSV(B) | 28.57º | 0.41% | 0.6% | - |
| XYZ | 21.7 | 20.94 | 12.57 | - |
| YUV | 126.45 | 107.43 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 120 | 90 | 0 | 0.22 | 0.41 | 0.4 | 28.57 | 0.26 | 0.48 |
| Hex | 99 | 78 | 5A | 0 | 16 | 29 | 28 | 1D | 1A | 30 |
| Octal | 231 | 170 | 132 | 0 | 26 | 51 | 50 | 35 | 32 | 60 |
| Binary | 10011001 | 1111000 | 1011010 | 0 | 10110 | 101001 | 101000 | 11101 | 11010 | 110000 |
Color Harmonies of #99785A
Complementary color
Monochromatic Colors of #99785A
Black with #99785A
Text Example
Text Example
White with #99785A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99785A; }
p { color: rgb(153,120,90); }
H1.HeaderClassName
{
color: #99785A;
}
.AnyTagClassName
{
color: #99785A;
}
</style>
background-color css
<style>
a { background-color: #99785A; }
a { background-color: rgb(153,120,90); }
div.DivClassName
{
background-color: #99785A;
}
.BgClassName
{
background-color: #99785A;
}
</style>
border-color css
<style>
span { border-color: #99785A; }
span { border-color: rgb(153,120,90); }
td.TdClassName
{
border-color: #99785A;
}
.TagClassName
{
border-color: #99785A;
}
</style>