Shades of Pale Brown #916E48
Tints of Pale Brown #916E48
RGB
CMYK
RGB Variations
Color information
#916E48 (or 0x916E48) is known color: Pale Brown. HEX triplet: 91, 6E and 48. RGB value is (145,110,72). Sum of RGB (Red+Green+Blue) = 145+110+72=327 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.34% from 327); Green value is 110 (43.36% from 255 or 33.64% from 327); Blue value is 72 (28.52% from 255 or 22.02% from 327); Max value from RGB is 145 - color contains mainly: red. Hex color #916E48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #916E48 is #6E91B7. Grayscale: #747474. Windows color (decimal): -7246264 or 4746897. OLE color: 4746897.
HSL color Cylindrical-coordinate representation of color #916E48: hue angle of 31.23º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #916E48 is Cyan = 0, Magento = 0.24, Yellow = 0.50 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 110 | 72 | - |
| CMYK | 0 | 0.24 | 0.50 | 0.43 |
| HSL | 31.23º | 0.34% | 0.43% | - |
| HSV(B) | 31.23º | 0.5% | 0.57% | - |
| XYZ | 18.42 | 17.64 | 8.56 | - |
| YUV | 116.13 | 103.1 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 110 | 72 | 0 | 0.24 | 0.50 | 0.43 | 31.23 | 0.34 | 0.43 |
| Hex | 91 | 6E | 48 | 0 | 18 | 32 | 2B | 1F | 22 | 2B |
| Octal | 221 | 156 | 110 | 0 | 30 | 62 | 53 | 37 | 42 | 53 |
| Binary | 10010001 | 1101110 | 1001000 | 0 | 11000 | 110010 | 101011 | 11111 | 100010 | 101011 |
Color Harmonies of #916E48
Complementary color
Monochromatic Colors of #916E48
Black with #916E48
Text Example
Text Example
White with #916E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916E48; }
p { color: rgb(145,110,72); }
H1.HeaderClassName
{
color: #916E48;
}
.AnyTagClassName
{
color: #916E48;
}
</style>
background-color css
<style>
a { background-color: #916E48; }
a { background-color: rgb(145,110,72); }
div.DivClassName
{
background-color: #916E48;
}
.BgClassName
{
background-color: #916E48;
}
</style>
border-color css
<style>
span { border-color: #916E48; }
span { border-color: rgb(145,110,72); }
td.TdClassName
{
border-color: #916E48;
}
.TagClassName
{
border-color: #916E48;
}
</style>