Shades of Pale Brown #9B714C
Tints of Pale Brown #9B714C
RGB
CMYK
RGB Variations
Color information
#9B714C (or 0x9B714C) is known color: Pale Brown. HEX triplet: 9B, 71 and 4C. RGB value is (155,113,76). Sum of RGB (Red+Green+Blue) = 155+113+76=344 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.06% from 344); Green value is 113 (44.53% from 255 or 32.85% from 344); Blue value is 76 (30.08% from 255 or 22.09% from 344); Max value from RGB is 155 - color contains mainly: red. Hex color #9B714C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B714C is #648EB3. Grayscale: #797979. Windows color (decimal): -6590132 or 5009819. OLE color: 5009819.
HSL color Cylindrical-coordinate representation of color #9B714C: hue angle of 28.1º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9B714C is Cyan = 0, Magento = 0.27, Yellow = 0.51 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 113 | 76 | - |
| CMYK | 0 | 0.27 | 0.51 | 0.39 |
| HSL | 28.1º | 0.34% | 0.45% | - |
| HSV(B) | 28.1º | 0.51% | 0.61% | - |
| XYZ | 20.73 | 19.3 | 9.47 | - |
| YUV | 121.34 | 102.41 | 152.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 113 | 76 | 0 | 0.27 | 0.51 | 0.39 | 28.1 | 0.34 | 0.45 |
| Hex | 9B | 71 | 4C | 0 | 1B | 33 | 27 | 1C | 22 | 2D |
| Octal | 233 | 161 | 114 | 0 | 33 | 63 | 47 | 34 | 42 | 55 |
| Binary | 10011011 | 1110001 | 1001100 | 0 | 11011 | 110011 | 100111 | 11100 | 100010 | 101101 |
Color Harmonies of #9B714C
Complementary color
Monochromatic Colors of #9B714C
Black with #9B714C
Text Example
Text Example
White with #9B714C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B714C; }
p { color: rgb(155,113,76); }
H1.HeaderClassName
{
color: #9B714C;
}
.AnyTagClassName
{
color: #9B714C;
}
</style>
background-color css
<style>
a { background-color: #9B714C; }
a { background-color: rgb(155,113,76); }
div.DivClassName
{
background-color: #9B714C;
}
.BgClassName
{
background-color: #9B714C;
}
</style>
border-color css
<style>
span { border-color: #9B714C; }
span { border-color: rgb(155,113,76); }
td.TdClassName
{
border-color: #9B714C;
}
.TagClassName
{
border-color: #9B714C;
}
</style>