Shades of Pale Brown #91764D
Tints of Pale Brown #91764D
RGB
CMYK
RGB Variations
Color information
#91764D (or 0x91764D) is known color: Pale Brown. HEX triplet: 91, 76 and 4D. RGB value is (145,118,77). Sum of RGB (Red+Green+Blue) = 145+118+77=340 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.65% from 340); Green value is 118 (46.48% from 255 or 34.71% from 340); Blue value is 77 (30.47% from 255 or 22.65% from 340); Max value from RGB is 145 - color contains mainly: red. Hex color #91764D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91764D is #6E89B2. Grayscale: #797979. Windows color (decimal): -7244211 or 5076625. OLE color: 5076625.
HSL color Cylindrical-coordinate representation of color #91764D: hue angle of 36.18º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #91764D is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 118 | 77 | - |
| CMYK | 0 | 0.19 | 0.47 | 0.43 |
| HSL | 36.18º | 0.31% | 0.44% | - |
| HSV(B) | 36.18º | 0.47% | 0.57% | - |
| XYZ | 19.5 | 19.51 | 9.76 | - |
| YUV | 121.4 | 102.95 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 118 | 77 | 0 | 0.19 | 0.47 | 0.43 | 36.18 | 0.31 | 0.44 |
| Hex | 91 | 76 | 4D | 0 | 13 | 2F | 2B | 24 | 1F | 2C |
| Octal | 221 | 166 | 115 | 0 | 23 | 57 | 53 | 44 | 37 | 54 |
| Binary | 10010001 | 1110110 | 1001101 | 0 | 10011 | 101111 | 101011 | 100100 | 11111 | 101100 |
Color Harmonies of #91764D
Complementary color
Monochromatic Colors of #91764D
Black with #91764D
Text Example
Text Example
White with #91764D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91764D; }
p { color: rgb(145,118,77); }
H1.HeaderClassName
{
color: #91764D;
}
.AnyTagClassName
{
color: #91764D;
}
</style>
background-color css
<style>
a { background-color: #91764D; }
a { background-color: rgb(145,118,77); }
div.DivClassName
{
background-color: #91764D;
}
.BgClassName
{
background-color: #91764D;
}
</style>
border-color css
<style>
span { border-color: #91764D; }
span { border-color: rgb(145,118,77); }
td.TdClassName
{
border-color: #91764D;
}
.TagClassName
{
border-color: #91764D;
}
</style>