Shades of Pale Brown #90765D
Tints of Pale Brown #90765D
RGB
CMYK
RGB Variations
Color information
#90765D (or 0x90765D) is known color: Pale Brown. HEX triplet: 90, 76 and 5D. RGB value is (144,118,93). Sum of RGB (Red+Green+Blue) = 144+118+93=355 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.56% from 355); Green value is 118 (46.48% from 255 or 33.24% from 355); Blue value is 93 (36.72% from 255 or 26.20% from 355); Max value from RGB is 144 - color contains mainly: red. Hex color #90765D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90765D is #6F89A2. Grayscale: #7B7B7B. Windows color (decimal): -7309731 or 6125200. OLE color: 6125200.
HSL color Cylindrical-coordinate representation of color #90765D: hue angle of 29.41º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90765D is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 118 | 93 | - |
| CMYK | 0 | 0.18 | 0.35 | 0.44 |
| HSL | 29.41º | 0.22% | 0.46% | - |
| HSV(B) | 29.41º | 0.35% | 0.56% | - |
| XYZ | 19.96 | 19.68 | 13.1 | - |
| YUV | 122.92 | 111.11 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 118 | 93 | 0 | 0.18 | 0.35 | 0.44 | 29.41 | 0.22 | 0.46 |
| Hex | 90 | 76 | 5D | 0 | 12 | 23 | 2C | 1D | 16 | 2E |
| Octal | 220 | 166 | 135 | 0 | 22 | 43 | 54 | 35 | 26 | 56 |
| Binary | 10010000 | 1110110 | 1011101 | 0 | 10010 | 100011 | 101100 | 11101 | 10110 | 101110 |
Color Harmonies of #90765D
Complementary color
Monochromatic Colors of #90765D
Black with #90765D
Text Example
Text Example
White with #90765D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90765D; }
p { color: rgb(144,118,93); }
H1.HeaderClassName
{
color: #90765D;
}
.AnyTagClassName
{
color: #90765D;
}
</style>
background-color css
<style>
a { background-color: #90765D; }
a { background-color: rgb(144,118,93); }
div.DivClassName
{
background-color: #90765D;
}
.BgClassName
{
background-color: #90765D;
}
</style>
border-color css
<style>
span { border-color: #90765D; }
span { border-color: rgb(144,118,93); }
td.TdClassName
{
border-color: #90765D;
}
.TagClassName
{
border-color: #90765D;
}
</style>