Shades of Pale Brown #97785A
Tints of Pale Brown #97785A
RGB
CMYK
RGB Variations
Color information
#97785A (or 0x97785A) is known color: Pale Brown. HEX triplet: 97, 78 and 5A. RGB value is (151,120,90). Sum of RGB (Red+Green+Blue) = 151+120+90=361 (47% of max value = 765). Red value is 151 (59.38% from 255 or 41.83% from 361); Green value is 120 (47.27% from 255 or 33.24% from 361); Blue value is 90 (35.55% from 255 or 24.93% from 361); Max value from RGB is 151 - color contains mainly: red. Hex color #97785A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97785A is #6887A5. Grayscale: #7E7E7E. Windows color (decimal): -6850470 or 5929111. OLE color: 5929111.
HSL color Cylindrical-coordinate representation of color #97785A: hue angle of 29.51º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #97785A is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 120 | 90 | - |
| CMYK | 0 | 0.21 | 0.40 | 0.41 |
| HSL | 29.51º | 0.25% | 0.47% | - |
| HSV(B) | 29.51º | 0.4% | 0.59% | - |
| XYZ | 21.32 | 20.75 | 12.55 | - |
| YUV | 125.85 | 107.77 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 120 | 90 | 0 | 0.21 | 0.40 | 0.41 | 29.51 | 0.25 | 0.47 |
| Hex | 97 | 78 | 5A | 0 | 15 | 28 | 29 | 1E | 19 | 2F |
| Octal | 227 | 170 | 132 | 0 | 25 | 50 | 51 | 36 | 31 | 57 |
| Binary | 10010111 | 1111000 | 1011010 | 0 | 10101 | 101000 | 101001 | 11110 | 11001 | 101111 |
Color Harmonies of #97785A
Complementary color
Monochromatic Colors of #97785A
Black with #97785A
Text Example
Text Example
White with #97785A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97785A; }
p { color: rgb(151,120,90); }
H1.HeaderClassName
{
color: #97785A;
}
.AnyTagClassName
{
color: #97785A;
}
</style>
background-color css
<style>
a { background-color: #97785A; }
a { background-color: rgb(151,120,90); }
div.DivClassName
{
background-color: #97785A;
}
.BgClassName
{
background-color: #97785A;
}
</style>
border-color css
<style>
span { border-color: #97785A; }
span { border-color: rgb(151,120,90); }
td.TdClassName
{
border-color: #97785A;
}
.TagClassName
{
border-color: #97785A;
}
</style>