Shades of Pale Brown #99714B
Tints of Pale Brown #99714B
RGB
CMYK
RGB Variations
Color information
#99714B (or 0x99714B) is known color: Pale Brown. HEX triplet: 99, 71 and 4B. RGB value is (153,113,75). Sum of RGB (Red+Green+Blue) = 153+113+75=341 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.87% from 341); Green value is 113 (44.53% from 255 or 33.14% from 341); Blue value is 75 (29.69% from 255 or 21.99% from 341); Max value from RGB is 153 - color contains mainly: red. Hex color #99714B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99714B is #668EB4. Grayscale: #787878. Windows color (decimal): -6721205 or 4944281. OLE color: 4944281.
HSL color Cylindrical-coordinate representation of color #99714B: hue angle of 29.23º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #99714B is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 113 | 75 | - |
| CMYK | 0 | 0.26 | 0.51 | 0.4 |
| HSL | 29.23º | 0.34% | 0.45% | - |
| HSV(B) | 29.23º | 0.51% | 0.6% | - |
| XYZ | 20.31 | 19.09 | 9.27 | - |
| YUV | 120.63 | 102.25 | 151.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 113 | 75 | 0 | 0.26 | 0.51 | 0.4 | 29.23 | 0.34 | 0.45 |
| Hex | 99 | 71 | 4B | 0 | 1A | 33 | 28 | 1D | 22 | 2D |
| Octal | 231 | 161 | 113 | 0 | 32 | 63 | 50 | 35 | 42 | 55 |
| Binary | 10011001 | 1110001 | 1001011 | 0 | 11010 | 110011 | 101000 | 11101 | 100010 | 101101 |
Color Harmonies of #99714B
Complementary color
Monochromatic Colors of #99714B
Black with #99714B
Text Example
Text Example
White with #99714B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99714B; }
p { color: rgb(153,113,75); }
H1.HeaderClassName
{
color: #99714B;
}
.AnyTagClassName
{
color: #99714B;
}
</style>
background-color css
<style>
a { background-color: #99714B; }
a { background-color: rgb(153,113,75); }
div.DivClassName
{
background-color: #99714B;
}
.BgClassName
{
background-color: #99714B;
}
</style>
border-color css
<style>
span { border-color: #99714B; }
span { border-color: rgb(153,113,75); }
td.TdClassName
{
border-color: #99714B;
}
.TagClassName
{
border-color: #99714B;
}
</style>