Shades of Pale Brown #916E4D
Tints of Pale Brown #916E4D
RGB
CMYK
RGB Variations
Color information
#916E4D (or 0x916E4D) is known color: Pale Brown. HEX triplet: 91, 6E and 4D. RGB value is (145,110,77). Sum of RGB (Red+Green+Blue) = 145+110+77=332 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.67% from 332); Green value is 110 (43.36% from 255 or 33.13% from 332); Blue value is 77 (30.47% from 255 or 23.19% from 332); Max value from RGB is 145 - color contains mainly: red. Hex color #916E4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916E4D is #6E91B2. Grayscale: #747474. Windows color (decimal): -7246259 or 5074577. OLE color: 5074577.
HSL color Cylindrical-coordinate representation of color #916E4D: hue angle of 29.12º 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 #916E4D is Cyan = 0, Magento = 0.24, Yellow = 0.47 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 110 | 77 | - |
| CMYK | 0 | 0.24 | 0.47 | 0.43 |
| HSL | 29.12º | 0.31% | 0.44% | - |
| HSV(B) | 29.12º | 0.47% | 0.57% | - |
| XYZ | 18.59 | 17.71 | 9.46 | - |
| YUV | 116.7 | 105.6 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 110 | 77 | 0 | 0.24 | 0.47 | 0.43 | 29.12 | 0.31 | 0.44 |
| Hex | 91 | 6E | 4D | 0 | 18 | 2F | 2B | 1D | 1F | 2C |
| Octal | 221 | 156 | 115 | 0 | 30 | 57 | 53 | 35 | 37 | 54 |
| Binary | 10010001 | 1101110 | 1001101 | 0 | 11000 | 101111 | 101011 | 11101 | 11111 | 101100 |
Color Harmonies of #916E4D
Complementary color
Monochromatic Colors of #916E4D
Black with #916E4D
Text Example
Text Example
White with #916E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916E4D; }
p { color: rgb(145,110,77); }
H1.HeaderClassName
{
color: #916E4D;
}
.AnyTagClassName
{
color: #916E4D;
}
</style>
background-color css
<style>
a { background-color: #916E4D; }
a { background-color: rgb(145,110,77); }
div.DivClassName
{
background-color: #916E4D;
}
.BgClassName
{
background-color: #916E4D;
}
</style>
border-color css
<style>
span { border-color: #916E4D; }
span { border-color: rgb(145,110,77); }
td.TdClassName
{
border-color: #916E4D;
}
.TagClassName
{
border-color: #916E4D;
}
</style>