Shades of Pale Brown #91714C
Tints of Pale Brown #91714C
RGB
CMYK
RGB Variations
Color information
#91714C (or 0x91714C) is known color: Pale Brown. HEX triplet: 91, 71 and 4C. RGB value is (145,113,76). Sum of RGB (Red+Green+Blue) = 145+113+76=334 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.41% from 334); Green value is 113 (44.53% from 255 or 33.83% from 334); Blue value is 76 (30.08% from 255 or 22.75% from 334); Max value from RGB is 145 - color contains mainly: red. Hex color #91714C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #91714C is #6E8EB3. Grayscale: #767676. Windows color (decimal): -7245492 or 5009809. OLE color: 5009809.
HSL color Cylindrical-coordinate representation of color #91714C: hue angle of 32.17º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #91714C is Cyan = 0, Magento = 0.22, Yellow = 0.48 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 113 | 76 | - |
| CMYK | 0 | 0.22 | 0.48 | 0.43 |
| HSL | 32.17º | 0.31% | 0.43% | - |
| HSV(B) | 32.17º | 0.48% | 0.57% | - |
| XYZ | 18.89 | 18.35 | 9.38 | - |
| YUV | 118.35 | 104.1 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 113 | 76 | 0 | 0.22 | 0.48 | 0.43 | 32.17 | 0.31 | 0.43 |
| Hex | 91 | 71 | 4C | 0 | 16 | 30 | 2B | 20 | 1F | 2B |
| Octal | 221 | 161 | 114 | 0 | 26 | 60 | 53 | 40 | 37 | 53 |
| Binary | 10010001 | 1110001 | 1001100 | 0 | 10110 | 110000 | 101011 | 100000 | 11111 | 101011 |
Color Harmonies of #91714C
Complementary color
Monochromatic Colors of #91714C
Black with #91714C
Text Example
Text Example
White with #91714C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91714C; }
p { color: rgb(145,113,76); }
H1.HeaderClassName
{
color: #91714C;
}
.AnyTagClassName
{
color: #91714C;
}
</style>
background-color css
<style>
a { background-color: #91714C; }
a { background-color: rgb(145,113,76); }
div.DivClassName
{
background-color: #91714C;
}
.BgClassName
{
background-color: #91714C;
}
</style>
border-color css
<style>
span { border-color: #91714C; }
span { border-color: rgb(145,113,76); }
td.TdClassName
{
border-color: #91714C;
}
.TagClassName
{
border-color: #91714C;
}
</style>