Shades of Pale Brown #97764C
Tints of Pale Brown #97764C
RGB
CMYK
RGB Variations
Color information
#97764C (or 0x97764C) is known color: Pale Brown. HEX triplet: 97, 76 and 4C. RGB value is (151,118,76). Sum of RGB (Red+Green+Blue) = 151+118+76=345 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.77% from 345); Green value is 118 (46.48% from 255 or 34.20% from 345); Blue value is 76 (30.08% from 255 or 22.03% from 345); Max value from RGB is 151 - color contains mainly: red. Hex color #97764C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #97764C is #6889B3. Grayscale: #7B7B7B. Windows color (decimal): -6850996 or 5011095. OLE color: 5011095.
HSL color Cylindrical-coordinate representation of color #97764C: hue angle of 33.6º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #97764C is Cyan = 0, Magento = 0.22, Yellow = 0.50 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 118 | 76 | - |
| CMYK | 0 | 0.22 | 0.50 | 0.41 |
| HSL | 33.6º | 0.33% | 0.45% | - |
| HSV(B) | 33.6º | 0.5% | 0.59% | - |
| XYZ | 20.55 | 20.06 | 9.63 | - |
| YUV | 123.08 | 101.43 | 147.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 118 | 76 | 0 | 0.22 | 0.50 | 0.41 | 33.6 | 0.33 | 0.45 |
| Hex | 97 | 76 | 4C | 0 | 16 | 32 | 29 | 22 | 21 | 2D |
| Octal | 227 | 166 | 114 | 0 | 26 | 62 | 51 | 42 | 41 | 55 |
| Binary | 10010111 | 1110110 | 1001100 | 0 | 10110 | 110010 | 101001 | 100010 | 100001 | 101101 |
Color Harmonies of #97764C
Complementary color
Monochromatic Colors of #97764C
Black with #97764C
Text Example
Text Example
White with #97764C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97764C; }
p { color: rgb(151,118,76); }
H1.HeaderClassName
{
color: #97764C;
}
.AnyTagClassName
{
color: #97764C;
}
</style>
background-color css
<style>
a { background-color: #97764C; }
a { background-color: rgb(151,118,76); }
div.DivClassName
{
background-color: #97764C;
}
.BgClassName
{
background-color: #97764C;
}
</style>
border-color css
<style>
span { border-color: #97764C; }
span { border-color: rgb(151,118,76); }
td.TdClassName
{
border-color: #97764C;
}
.TagClassName
{
border-color: #97764C;
}
</style>