Shades of Pale Brown #99744C
Tints of Pale Brown #99744C
RGB
CMYK
RGB Variations
Color information
#99744C (or 0x99744C) is known color: Pale Brown. HEX triplet: 99, 74 and 4C. RGB value is (153,116,76). Sum of RGB (Red+Green+Blue) = 153+116+76=345 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.35% from 345); Green value is 116 (45.70% from 255 or 33.62% from 345); Blue value is 76 (30.08% from 255 or 22.03% from 345); Max value from RGB is 153 - color contains mainly: red. Hex color #99744C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99744C is #668BB3. Grayscale: #7A7A7A. Windows color (decimal): -6720436 or 5010585. OLE color: 5010585.
HSL color Cylindrical-coordinate representation of color #99744C: hue angle of 31.17º 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 #99744C is Cyan = 0, Magento = 0.24, Yellow = 0.50 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 116 | 76 | - |
| CMYK | 0 | 0.24 | 0.50 | 0.4 |
| HSL | 31.17º | 0.34% | 0.45% | - |
| HSV(B) | 31.17º | 0.5% | 0.6% | - |
| XYZ | 20.69 | 19.78 | 9.57 | - |
| YUV | 122.5 | 101.76 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 116 | 76 | 0 | 0.24 | 0.50 | 0.4 | 31.17 | 0.34 | 0.45 |
| Hex | 99 | 74 | 4C | 0 | 18 | 32 | 28 | 1F | 22 | 2D |
| Octal | 231 | 164 | 114 | 0 | 30 | 62 | 50 | 37 | 42 | 55 |
| Binary | 10011001 | 1110100 | 1001100 | 0 | 11000 | 110010 | 101000 | 11111 | 100010 | 101101 |
Color Harmonies of #99744C
Complementary color
Monochromatic Colors of #99744C
Black with #99744C
Text Example
Text Example
White with #99744C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99744C; }
p { color: rgb(153,116,76); }
H1.HeaderClassName
{
color: #99744C;
}
.AnyTagClassName
{
color: #99744C;
}
</style>
background-color css
<style>
a { background-color: #99744C; }
a { background-color: rgb(153,116,76); }
div.DivClassName
{
background-color: #99744C;
}
.BgClassName
{
background-color: #99744C;
}
</style>
border-color css
<style>
span { border-color: #99744C; }
span { border-color: rgb(153,116,76); }
td.TdClassName
{
border-color: #99744C;
}
.TagClassName
{
border-color: #99744C;
}
</style>