Shades of Pale Brown #98765C
Tints of Pale Brown #98765C
RGB
CMYK
RGB Variations
Color information
#98765C (or 0x98765C) is known color: Pale Brown. HEX triplet: 98, 76 and 5C. RGB value is (152,118,92). Sum of RGB (Red+Green+Blue) = 152+118+92=362 (47% of max value = 765). Red value is 152 (59.77% from 255 or 41.99% from 362); Green value is 118 (46.48% from 255 or 32.60% from 362); Blue value is 92 (36.33% from 255 or 25.41% from 362); Max value from RGB is 152 - color contains mainly: red. Hex color #98765C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98765C is #6789A3. Grayscale: #7D7D7D. Windows color (decimal): -6785444 or 6059672. OLE color: 6059672.
HSL color Cylindrical-coordinate representation of color #98765C: hue angle of 26º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #98765C is Cyan = 0, Magento = 0.22, Yellow = 0.39 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 118 | 92 | - |
| CMYK | 0 | 0.22 | 0.39 | 0.40 |
| HSL | 26º | 0.25% | 0.48% | - |
| HSV(B) | 26º | 0.39% | 0.6% | - |
| XYZ | 21.36 | 20.4 | 12.94 | - |
| YUV | 125.2 | 109.26 | 147.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 118 | 92 | 0 | 0.22 | 0.39 | 0.40 | 26 | 0.25 | 0.48 |
| Hex | 98 | 76 | 5C | 0 | 16 | 27 | 28 | 1A | 19 | 30 |
| Octal | 230 | 166 | 134 | 0 | 26 | 47 | 50 | 32 | 31 | 60 |
| Binary | 10011000 | 1110110 | 1011100 | 0 | 10110 | 100111 | 101000 | 11010 | 11001 | 110000 |
Color Harmonies of #98765C
Complementary color
Monochromatic Colors of #98765C
Black with #98765C
Text Example
Text Example
White with #98765C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98765C; }
p { color: rgb(152,118,92); }
H1.HeaderClassName
{
color: #98765C;
}
.AnyTagClassName
{
color: #98765C;
}
</style>
background-color css
<style>
a { background-color: #98765C; }
a { background-color: rgb(152,118,92); }
div.DivClassName
{
background-color: #98765C;
}
.BgClassName
{
background-color: #98765C;
}
</style>
border-color css
<style>
span { border-color: #98765C; }
span { border-color: rgb(152,118,92); }
td.TdClassName
{
border-color: #98765C;
}
.TagClassName
{
border-color: #98765C;
}
</style>