Shades of Pale Brown #90764D
Tints of Pale Brown #90764D
RGB
CMYK
RGB Variations
Color information
#90764D (or 0x90764D) is known color: Pale Brown. HEX triplet: 90, 76 and 4D. RGB value is (144,118,77). Sum of RGB (Red+Green+Blue) = 144+118+77=339 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.48% from 339); Green value is 118 (46.48% from 255 or 34.81% from 339); Blue value is 77 (30.47% from 255 or 22.71% from 339); Max value from RGB is 144 - color contains mainly: red. Hex color #90764D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90764D is #6F89B2. Grayscale: #797979. Windows color (decimal): -7309747 or 5076624. OLE color: 5076624.
HSL color Cylindrical-coordinate representation of color #90764D: hue angle of 36.72º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #90764D is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 118 | 77 | - |
| CMYK | 0 | 0.18 | 0.47 | 0.44 |
| HSL | 36.72º | 0.3% | 0.43% | - |
| HSV(B) | 36.72º | 0.47% | 0.56% | - |
| XYZ | 19.32 | 19.42 | 9.75 | - |
| YUV | 121.1 | 103.11 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 118 | 77 | 0 | 0.18 | 0.47 | 0.44 | 36.72 | 0.3 | 0.43 |
| Hex | 90 | 76 | 4D | 0 | 12 | 2F | 2C | 25 | 1E | 2B |
| Octal | 220 | 166 | 115 | 0 | 22 | 57 | 54 | 45 | 36 | 53 |
| Binary | 10010000 | 1110110 | 1001101 | 0 | 10010 | 101111 | 101100 | 100101 | 11110 | 101011 |
Color Harmonies of #90764D
Complementary color
Monochromatic Colors of #90764D
Black with #90764D
Text Example
Text Example
White with #90764D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90764D; }
p { color: rgb(144,118,77); }
H1.HeaderClassName
{
color: #90764D;
}
.AnyTagClassName
{
color: #90764D;
}
</style>
background-color css
<style>
a { background-color: #90764D; }
a { background-color: rgb(144,118,77); }
div.DivClassName
{
background-color: #90764D;
}
.BgClassName
{
background-color: #90764D;
}
</style>
border-color css
<style>
span { border-color: #90764D; }
span { border-color: rgb(144,118,77); }
td.TdClassName
{
border-color: #90764D;
}
.TagClassName
{
border-color: #90764D;
}
</style>