Shades of Pale Brown #9D7654
Tints of Pale Brown #9D7654
RGB
CMYK
RGB Variations
Color information
#9D7654 (or 0x9D7654) is known color: Pale Brown. HEX triplet: 9D, 76 and 54. RGB value is (157,118,84). Sum of RGB (Red+Green+Blue) = 157+118+84=359 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.73% from 359); Green value is 118 (46.48% from 255 or 32.87% from 359); Blue value is 84 (33.20% from 255 or 23.40% from 359); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7654 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D7654 is #6289AB. Grayscale: #7D7D7D. Windows color (decimal): -6457772 or 5535389. OLE color: 5535389.
HSL color Cylindrical-coordinate representation of color #9D7654: hue angle of 27.95º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9D7654 is Cyan = 0, Magento = 0.25, Yellow = 0.46 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 118 | 84 | - |
| CMYK | 0 | 0.25 | 0.46 | 0.38 |
| HSL | 27.95º | 0.3% | 0.47% | - |
| HSV(B) | 27.95º | 0.46% | 0.62% | - |
| XYZ | 21.98 | 20.77 | 11.24 | - |
| YUV | 125.79 | 104.42 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 118 | 84 | 0 | 0.25 | 0.46 | 0.38 | 27.95 | 0.3 | 0.47 |
| Hex | 9D | 76 | 54 | 0 | 19 | 2E | 26 | 1C | 1E | 2F |
| Octal | 235 | 166 | 124 | 0 | 31 | 56 | 46 | 34 | 36 | 57 |
| Binary | 10011101 | 1110110 | 1010100 | 0 | 11001 | 101110 | 100110 | 11100 | 11110 | 101111 |
Color Harmonies of #9D7654
Complementary color
Monochromatic Colors of #9D7654
Black with #9D7654
Text Example
Text Example
White with #9D7654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7654; }
p { color: rgb(157,118,84); }
H1.HeaderClassName
{
color: #9D7654;
}
.AnyTagClassName
{
color: #9D7654;
}
</style>
background-color css
<style>
a { background-color: #9D7654; }
a { background-color: rgb(157,118,84); }
div.DivClassName
{
background-color: #9D7654;
}
.BgClassName
{
background-color: #9D7654;
}
</style>
border-color css
<style>
span { border-color: #9D7654; }
span { border-color: rgb(157,118,84); }
td.TdClassName
{
border-color: #9D7654;
}
.TagClassName
{
border-color: #9D7654;
}
</style>