Shades of Pale Brown #99764B
Tints of Pale Brown #99764B
RGB
CMYK
RGB Variations
Color information
#99764B (or 0x99764B) is known color: Pale Brown. HEX triplet: 99, 76 and 4B. RGB value is (153,118,75). Sum of RGB (Red+Green+Blue) = 153+118+75=346 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.22% from 346); Green value is 118 (46.48% from 255 or 34.10% from 346); Blue value is 75 (29.69% from 255 or 21.68% from 346); Max value from RGB is 153 - color contains mainly: red. Hex color #99764B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99764B is #6689B4. Grayscale: #7B7B7B. Windows color (decimal): -6719925 or 4945561. OLE color: 4945561.
HSL color Cylindrical-coordinate representation of color #99764B: hue angle of 33.08º 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 #99764B is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 118 | 75 | - |
| CMYK | 0 | 0.23 | 0.51 | 0.4 |
| HSL | 33.08º | 0.34% | 0.45% | - |
| HSV(B) | 33.08º | 0.51% | 0.6% | - |
| XYZ | 20.89 | 20.24 | 9.46 | - |
| YUV | 123.56 | 100.6 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 118 | 75 | 0 | 0.23 | 0.51 | 0.4 | 33.08 | 0.34 | 0.45 |
| Hex | 99 | 76 | 4B | 0 | 17 | 33 | 28 | 21 | 22 | 2D |
| Octal | 231 | 166 | 113 | 0 | 27 | 63 | 50 | 41 | 42 | 55 |
| Binary | 10011001 | 1110110 | 1001011 | 0 | 10111 | 110011 | 101000 | 100001 | 100010 | 101101 |
Color Harmonies of #99764B
Complementary color
Monochromatic Colors of #99764B
Black with #99764B
Text Example
Text Example
White with #99764B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99764B; }
p { color: rgb(153,118,75); }
H1.HeaderClassName
{
color: #99764B;
}
.AnyTagClassName
{
color: #99764B;
}
</style>
background-color css
<style>
a { background-color: #99764B; }
a { background-color: rgb(153,118,75); }
div.DivClassName
{
background-color: #99764B;
}
.BgClassName
{
background-color: #99764B;
}
</style>
border-color css
<style>
span { border-color: #99764B; }
span { border-color: rgb(153,118,75); }
td.TdClassName
{
border-color: #99764B;
}
.TagClassName
{
border-color: #99764B;
}
</style>