Shades of Pale Brown #99764E
Tints of Pale Brown #99764E
RGB
CMYK
RGB Variations
Color information
#99764E (or 0x99764E) is known color: Pale Brown. HEX triplet: 99, 76 and 4E. RGB value is (153,118,78). Sum of RGB (Red+Green+Blue) = 153+118+78=349 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.84% from 349); Green value is 118 (46.48% from 255 or 33.81% from 349); Blue value is 78 (30.86% from 255 or 22.35% from 349); Max value from RGB is 153 - color contains mainly: red. Hex color #99764E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99764E is #6689B1. Grayscale: #7C7C7C. Windows color (decimal): -6719922 or 5142169. OLE color: 5142169.
HSL color Cylindrical-coordinate representation of color #99764E: hue angle of 32º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #99764E is Cyan = 0, Magento = 0.23, Yellow = 0.49 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 118 | 78 | - |
| CMYK | 0 | 0.23 | 0.49 | 0.4 |
| HSL | 32º | 0.32% | 0.45% | - |
| HSV(B) | 32º | 0.49% | 0.6% | - |
| XYZ | 20.99 | 20.28 | 10.02 | - |
| YUV | 123.91 | 102.1 | 148.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 118 | 78 | 0 | 0.23 | 0.49 | 0.4 | 32 | 0.32 | 0.45 |
| Hex | 99 | 76 | 4E | 0 | 17 | 31 | 28 | 20 | 20 | 2D |
| Octal | 231 | 166 | 116 | 0 | 27 | 61 | 50 | 40 | 40 | 55 |
| Binary | 10011001 | 1110110 | 1001110 | 0 | 10111 | 110001 | 101000 | 100000 | 100000 | 101101 |
Color Harmonies of #99764E
Complementary color
Monochromatic Colors of #99764E
Black with #99764E
Text Example
Text Example
White with #99764E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99764E; }
p { color: rgb(153,118,78); }
H1.HeaderClassName
{
color: #99764E;
}
.AnyTagClassName
{
color: #99764E;
}
</style>
background-color css
<style>
a { background-color: #99764E; }
a { background-color: rgb(153,118,78); }
div.DivClassName
{
background-color: #99764E;
}
.BgClassName
{
background-color: #99764E;
}
</style>
border-color css
<style>
span { border-color: #99764E; }
span { border-color: rgb(153,118,78); }
td.TdClassName
{
border-color: #99764E;
}
.TagClassName
{
border-color: #99764E;
}
</style>