Shades of Pale Brown #99724C
Tints of Pale Brown #99724C
RGB
CMYK
RGB Variations
Color information
#99724C (or 0x99724C) is known color: Pale Brown. HEX triplet: 99, 72 and 4C. RGB value is (153,114,76). Sum of RGB (Red+Green+Blue) = 153+114+76=343 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.61% from 343); Green value is 114 (44.92% from 255 or 33.24% from 343); Blue value is 76 (30.08% from 255 or 22.16% from 343); Max value from RGB is 153 - color contains mainly: red. Hex color #99724C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99724C is #668DB3. Grayscale: #797979. Windows color (decimal): -6720948 or 5010073. OLE color: 5010073.
HSL color Cylindrical-coordinate representation of color #99724C: hue angle of 29.61º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #99724C is Cyan = 0, Magento = 0.25, Yellow = 0.50 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 114 | 76 | - |
| CMYK | 0 | 0.25 | 0.50 | 0.4 |
| HSL | 29.61º | 0.34% | 0.45% | - |
| HSV(B) | 29.61º | 0.5% | 0.6% | - |
| XYZ | 20.46 | 19.33 | 9.49 | - |
| YUV | 121.33 | 102.42 | 150.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 114 | 76 | 0 | 0.25 | 0.50 | 0.4 | 29.61 | 0.34 | 0.45 |
| Hex | 99 | 72 | 4C | 0 | 19 | 32 | 28 | 1E | 22 | 2D |
| Octal | 231 | 162 | 114 | 0 | 31 | 62 | 50 | 36 | 42 | 55 |
| Binary | 10011001 | 1110010 | 1001100 | 0 | 11001 | 110010 | 101000 | 11110 | 100010 | 101101 |
Color Harmonies of #99724C
Complementary color
Monochromatic Colors of #99724C
Black with #99724C
Text Example
Text Example
White with #99724C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99724C; }
p { color: rgb(153,114,76); }
H1.HeaderClassName
{
color: #99724C;
}
.AnyTagClassName
{
color: #99724C;
}
</style>
background-color css
<style>
a { background-color: #99724C; }
a { background-color: rgb(153,114,76); }
div.DivClassName
{
background-color: #99724C;
}
.BgClassName
{
background-color: #99724C;
}
</style>
border-color css
<style>
span { border-color: #99724C; }
span { border-color: rgb(153,114,76); }
td.TdClassName
{
border-color: #99724C;
}
.TagClassName
{
border-color: #99724C;
}
</style>