Shades of Pale Brown #97765B
Tints of Pale Brown #97765B
RGB
CMYK
RGB Variations
Color information
#97765B (or 0x97765B) is known color: Pale Brown. HEX triplet: 97, 76 and 5B. RGB value is (151,118,91). Sum of RGB (Red+Green+Blue) = 151+118+91=360 (47% of max value = 765). Red value is 151 (59.38% from 255 or 41.94% from 360); Green value is 118 (46.48% from 255 or 32.78% from 360); Blue value is 91 (35.94% from 255 or 25.28% from 360); Max value from RGB is 151 - color contains mainly: red. Hex color #97765B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97765B is #6889A4. Grayscale: #7C7C7C. Windows color (decimal): -6850981 or 5994135. OLE color: 5994135.
HSL color Cylindrical-coordinate representation of color #97765B: hue angle of 27º 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 #97765B is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 118 | 91 | - |
| CMYK | 0 | 0.22 | 0.40 | 0.41 |
| HSL | 27º | 0.25% | 0.47% | - |
| HSV(B) | 27º | 0.4% | 0.59% | - |
| XYZ | 21.13 | 20.29 | 12.7 | - |
| YUV | 124.79 | 108.93 | 146.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 118 | 91 | 0 | 0.22 | 0.40 | 0.41 | 27 | 0.25 | 0.47 |
| Hex | 97 | 76 | 5B | 0 | 16 | 28 | 29 | 1B | 19 | 2F |
| Octal | 227 | 166 | 133 | 0 | 26 | 50 | 51 | 33 | 31 | 57 |
| Binary | 10010111 | 1110110 | 1011011 | 0 | 10110 | 101000 | 101001 | 11011 | 11001 | 101111 |
Color Harmonies of #97765B
Complementary color
Monochromatic Colors of #97765B
Black with #97765B
Text Example
Text Example
White with #97765B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97765B; }
p { color: rgb(151,118,91); }
H1.HeaderClassName
{
color: #97765B;
}
.AnyTagClassName
{
color: #97765B;
}
</style>
background-color css
<style>
a { background-color: #97765B; }
a { background-color: rgb(151,118,91); }
div.DivClassName
{
background-color: #97765B;
}
.BgClassName
{
background-color: #97765B;
}
</style>
border-color css
<style>
span { border-color: #97765B; }
span { border-color: rgb(151,118,91); }
td.TdClassName
{
border-color: #97765B;
}
.TagClassName
{
border-color: #97765B;
}
</style>