Shades of Pale Brown #9B714B
Tints of Pale Brown #9B714B
RGB
CMYK
RGB Variations
Color information
#9B714B (or 0x9B714B) is known color: Pale Brown. HEX triplet: 9B, 71 and 4B. RGB value is (155,113,75). Sum of RGB (Red+Green+Blue) = 155+113+75=343 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.19% from 343); Green value is 113 (44.53% from 255 or 32.94% from 343); Blue value is 75 (29.69% from 255 or 21.87% from 343); Max value from RGB is 155 - color contains mainly: red. Hex color #9B714B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B714B is #648EB4. Grayscale: #797979. Windows color (decimal): -6590133 or 4944283. OLE color: 4944283.
HSL color Cylindrical-coordinate representation of color #9B714B: hue angle of 28.5º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9B714B is Cyan = 0, Magento = 0.27, Yellow = 0.52 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 113 | 75 | - |
| CMYK | 0 | 0.27 | 0.52 | 0.39 |
| HSL | 28.5º | 0.35% | 0.45% | - |
| HSV(B) | 28.5º | 0.52% | 0.61% | - |
| XYZ | 20.69 | 19.29 | 9.29 | - |
| YUV | 121.23 | 101.91 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 113 | 75 | 0 | 0.27 | 0.52 | 0.39 | 28.5 | 0.35 | 0.45 |
| Hex | 9B | 71 | 4B | 0 | 1B | 34 | 27 | 1C | 23 | 2D |
| Octal | 233 | 161 | 113 | 0 | 33 | 64 | 47 | 34 | 43 | 55 |
| Binary | 10011011 | 1110001 | 1001011 | 0 | 11011 | 110100 | 100111 | 11100 | 100011 | 101101 |
Color Harmonies of #9B714B
Complementary color
Monochromatic Colors of #9B714B
Black with #9B714B
Text Example
Text Example
White with #9B714B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B714B; }
p { color: rgb(155,113,75); }
H1.HeaderClassName
{
color: #9B714B;
}
.AnyTagClassName
{
color: #9B714B;
}
</style>
background-color css
<style>
a { background-color: #9B714B; }
a { background-color: rgb(155,113,75); }
div.DivClassName
{
background-color: #9B714B;
}
.BgClassName
{
background-color: #9B714B;
}
</style>
border-color css
<style>
span { border-color: #9B714B; }
span { border-color: rgb(155,113,75); }
td.TdClassName
{
border-color: #9B714B;
}
.TagClassName
{
border-color: #9B714B;
}
</style>