Shades of Pale Brown #98704D
Tints of Pale Brown #98704D
RGB
CMYK
RGB Variations
Color information
#98704D (or 0x98704D) is known color: Pale Brown. HEX triplet: 98, 70 and 4D. RGB value is (152,112,77). Sum of RGB (Red+Green+Blue) = 152+112+77=341 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.57% from 341); Green value is 112 (44.14% from 255 or 32.84% from 341); Blue value is 77 (30.47% from 255 or 22.58% from 341); Max value from RGB is 152 - color contains mainly: red. Hex color #98704D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98704D is #678FB2. Grayscale: #787878. Windows color (decimal): -6786995 or 5075096. OLE color: 5075096.
HSL color Cylindrical-coordinate representation of color #98704D: hue angle of 28º 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 #98704D is Cyan = 0, Magento = 0.26, Yellow = 0.49 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 112 | 77 | - |
| CMYK | 0 | 0.26 | 0.49 | 0.40 |
| HSL | 28º | 0.33% | 0.45% | - |
| HSV(B) | 28º | 0.49% | 0.6% | - |
| XYZ | 20.08 | 18.8 | 9.59 | - |
| YUV | 119.97 | 103.75 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 112 | 77 | 0 | 0.26 | 0.49 | 0.40 | 28 | 0.33 | 0.45 |
| Hex | 98 | 70 | 4D | 0 | 1A | 31 | 28 | 1C | 21 | 2D |
| Octal | 230 | 160 | 115 | 0 | 32 | 61 | 50 | 34 | 41 | 55 |
| Binary | 10011000 | 1110000 | 1001101 | 0 | 11010 | 110001 | 101000 | 11100 | 100001 | 101101 |
Color Harmonies of #98704D
Complementary color
Monochromatic Colors of #98704D
Black with #98704D
Text Example
Text Example
White with #98704D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98704D; }
p { color: rgb(152,112,77); }
H1.HeaderClassName
{
color: #98704D;
}
.AnyTagClassName
{
color: #98704D;
}
</style>
background-color css
<style>
a { background-color: #98704D; }
a { background-color: rgb(152,112,77); }
div.DivClassName
{
background-color: #98704D;
}
.BgClassName
{
background-color: #98704D;
}
</style>
border-color css
<style>
span { border-color: #98704D; }
span { border-color: rgb(152,112,77); }
td.TdClassName
{
border-color: #98704D;
}
.TagClassName
{
border-color: #98704D;
}
</style>