Shades of Pale Brown #91764A
Tints of Pale Brown #91764A
RGB
CMYK
RGB Variations
Color information
#91764A (or 0x91764A) is known color: Pale Brown. HEX triplet: 91, 76 and 4A. RGB value is (145,118,74). Sum of RGB (Red+Green+Blue) = 145+118+74=337 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.03% from 337); Green value is 118 (46.48% from 255 or 35.01% from 337); Blue value is 74 (29.30% from 255 or 21.96% from 337); Max value from RGB is 145 - color contains mainly: red. Hex color #91764A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #91764A is #6E89B5. Grayscale: #797979. Windows color (decimal): -7244214 or 4880017. OLE color: 4880017.
HSL color Cylindrical-coordinate representation of color #91764A: hue angle of 37.18º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #91764A is Cyan = 0, Magento = 0.19, Yellow = 0.49 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 118 | 74 | - |
| CMYK | 0 | 0.19 | 0.49 | 0.43 |
| HSL | 37.18º | 0.32% | 0.43% | - |
| HSV(B) | 37.18º | 0.49% | 0.57% | - |
| XYZ | 19.39 | 19.47 | 9.21 | - |
| YUV | 121.06 | 101.45 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 118 | 74 | 0 | 0.19 | 0.49 | 0.43 | 37.18 | 0.32 | 0.43 |
| Hex | 91 | 76 | 4A | 0 | 13 | 31 | 2B | 25 | 20 | 2B |
| Octal | 221 | 166 | 112 | 0 | 23 | 61 | 53 | 45 | 40 | 53 |
| Binary | 10010001 | 1110110 | 1001010 | 0 | 10011 | 110001 | 101011 | 100101 | 100000 | 101011 |
Color Harmonies of #91764A
Complementary color
Monochromatic Colors of #91764A
Black with #91764A
Text Example
Text Example
White with #91764A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91764A; }
p { color: rgb(145,118,74); }
H1.HeaderClassName
{
color: #91764A;
}
.AnyTagClassName
{
color: #91764A;
}
</style>
background-color css
<style>
a { background-color: #91764A; }
a { background-color: rgb(145,118,74); }
div.DivClassName
{
background-color: #91764A;
}
.BgClassName
{
background-color: #91764A;
}
</style>
border-color css
<style>
span { border-color: #91764A; }
span { border-color: rgb(145,118,74); }
td.TdClassName
{
border-color: #91764A;
}
.TagClassName
{
border-color: #91764A;
}
</style>