Shades of Pale Brown #97764D
Tints of Pale Brown #97764D
RGB
CMYK
RGB Variations
Color information
#97764D (or 0x97764D) is known color: Pale Brown. HEX triplet: 97, 76 and 4D. RGB value is (151,118,77). Sum of RGB (Red+Green+Blue) = 151+118+77=346 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.64% from 346); Green value is 118 (46.48% from 255 or 34.10% from 346); Blue value is 77 (30.47% from 255 or 22.25% from 346); Max value from RGB is 151 - color contains mainly: red. Hex color #97764D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97764D is #6889B2. Grayscale: #7B7B7B. Windows color (decimal): -6850995 or 5076631. OLE color: 5076631.
HSL color Cylindrical-coordinate representation of color #97764D: hue angle of 33.24º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #97764D is Cyan = 0, Magento = 0.22, Yellow = 0.49 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 118 | 77 | - |
| CMYK | 0 | 0.22 | 0.49 | 0.41 |
| HSL | 33.24º | 0.32% | 0.45% | - |
| HSV(B) | 33.24º | 0.49% | 0.59% | - |
| XYZ | 20.58 | 20.07 | 9.81 | - |
| YUV | 123.19 | 101.93 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 118 | 77 | 0 | 0.22 | 0.49 | 0.41 | 33.24 | 0.32 | 0.45 |
| Hex | 97 | 76 | 4D | 0 | 16 | 31 | 29 | 21 | 20 | 2D |
| Octal | 227 | 166 | 115 | 0 | 26 | 61 | 51 | 41 | 40 | 55 |
| Binary | 10010111 | 1110110 | 1001101 | 0 | 10110 | 110001 | 101001 | 100001 | 100000 | 101101 |
Color Harmonies of #97764D
Complementary color
Monochromatic Colors of #97764D
Black with #97764D
Text Example
Text Example
White with #97764D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97764D; }
p { color: rgb(151,118,77); }
H1.HeaderClassName
{
color: #97764D;
}
.AnyTagClassName
{
color: #97764D;
}
</style>
background-color css
<style>
a { background-color: #97764D; }
a { background-color: rgb(151,118,77); }
div.DivClassName
{
background-color: #97764D;
}
.BgClassName
{
background-color: #97764D;
}
</style>
border-color css
<style>
span { border-color: #97764D; }
span { border-color: rgb(151,118,77); }
td.TdClassName
{
border-color: #97764D;
}
.TagClassName
{
border-color: #97764D;
}
</style>