Shades of Pale Brown #99764F
Tints of Pale Brown #99764F
RGB
CMYK
RGB Variations
Color information
#99764F (or 0x99764F) is known color: Pale Brown. HEX triplet: 99, 76 and 4F. RGB value is (153,118,79). Sum of RGB (Red+Green+Blue) = 153+118+79=350 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.71% from 350); Green value is 118 (46.48% from 255 or 33.71% from 350); Blue value is 79 (31.25% from 255 or 22.57% from 350); Max value from RGB is 153 - color contains mainly: red. Hex color #99764F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99764F is #6689B0. Grayscale: #7C7C7C. Windows color (decimal): -6719921 or 5207705. OLE color: 5207705.
HSL color Cylindrical-coordinate representation of color #99764F: hue angle of 31.62º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #99764F is Cyan = 0, Magento = 0.23, Yellow = 0.48 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 118 | 79 | - |
| CMYK | 0 | 0.23 | 0.48 | 0.4 |
| HSL | 31.62º | 0.32% | 0.45% | - |
| HSV(B) | 31.62º | 0.48% | 0.6% | - |
| XYZ | 21.03 | 20.29 | 10.21 | - |
| YUV | 124.02 | 102.6 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 118 | 79 | 0 | 0.23 | 0.48 | 0.4 | 31.62 | 0.32 | 0.45 |
| Hex | 99 | 76 | 4F | 0 | 17 | 30 | 28 | 20 | 20 | 2D |
| Octal | 231 | 166 | 117 | 0 | 27 | 60 | 50 | 40 | 40 | 55 |
| Binary | 10011001 | 1110110 | 1001111 | 0 | 10111 | 110000 | 101000 | 100000 | 100000 | 101101 |
Color Harmonies of #99764F
Complementary color
Monochromatic Colors of #99764F
Black with #99764F
Text Example
Text Example
White with #99764F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99764F; }
p { color: rgb(153,118,79); }
H1.HeaderClassName
{
color: #99764F;
}
.AnyTagClassName
{
color: #99764F;
}
</style>
background-color css
<style>
a { background-color: #99764F; }
a { background-color: rgb(153,118,79); }
div.DivClassName
{
background-color: #99764F;
}
.BgClassName
{
background-color: #99764F;
}
</style>
border-color css
<style>
span { border-color: #99764F; }
span { border-color: rgb(153,118,79); }
td.TdClassName
{
border-color: #99764F;
}
.TagClassName
{
border-color: #99764F;
}
</style>