Shades of Pale Brown #98764D
Tints of Pale Brown #98764D
RGB
CMYK
RGB Variations
Color information
#98764D (or 0x98764D) is known color: Pale Brown. HEX triplet: 98, 76 and 4D. RGB value is (152,118,77). Sum of RGB (Red+Green+Blue) = 152+118+77=347 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.80% from 347); Green value is 118 (46.48% from 255 or 34.01% from 347); Blue value is 77 (30.47% from 255 or 22.19% from 347); Max value from RGB is 152 - color contains mainly: red. Hex color #98764D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98764D is #6789B2. Grayscale: #7B7B7B. Windows color (decimal): -6785459 or 5076632. OLE color: 5076632.
HSL color Cylindrical-coordinate representation of color #98764D: hue angle of 32.8º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #98764D is Cyan = 0, Magento = 0.22, Yellow = 0.49 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 118 | 77 | - |
| CMYK | 0 | 0.22 | 0.49 | 0.40 |
| HSL | 32.8º | 0.33% | 0.45% | - |
| HSV(B) | 32.8º | 0.49% | 0.6% | - |
| XYZ | 20.77 | 20.17 | 9.82 | - |
| YUV | 123.49 | 101.76 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 118 | 77 | 0 | 0.22 | 0.49 | 0.40 | 32.8 | 0.33 | 0.45 |
| Hex | 98 | 76 | 4D | 0 | 16 | 31 | 28 | 21 | 21 | 2D |
| Octal | 230 | 166 | 115 | 0 | 26 | 61 | 50 | 41 | 41 | 55 |
| Binary | 10011000 | 1110110 | 1001101 | 0 | 10110 | 110001 | 101000 | 100001 | 100001 | 101101 |
Color Harmonies of #98764D
Complementary color
Monochromatic Colors of #98764D
Black with #98764D
Text Example
Text Example
White with #98764D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98764D; }
p { color: rgb(152,118,77); }
H1.HeaderClassName
{
color: #98764D;
}
.AnyTagClassName
{
color: #98764D;
}
</style>
background-color css
<style>
a { background-color: #98764D; }
a { background-color: rgb(152,118,77); }
div.DivClassName
{
background-color: #98764D;
}
.BgClassName
{
background-color: #98764D;
}
</style>
border-color css
<style>
span { border-color: #98764D; }
span { border-color: rgb(152,118,77); }
td.TdClassName
{
border-color: #98764D;
}
.TagClassName
{
border-color: #98764D;
}
</style>