Shades of Pale Brown #99765A
Tints of Pale Brown #99765A
RGB
CMYK
RGB Variations
Color information
#99765A (or 0x99765A) is known color: Pale Brown. HEX triplet: 99, 76 and 5A. RGB value is (153,118,90). Sum of RGB (Red+Green+Blue) = 153+118+90=361 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.38% from 361); Green value is 118 (46.48% from 255 or 32.69% from 361); Blue value is 90 (35.55% from 255 or 24.93% from 361); Max value from RGB is 153 - color contains mainly: red. Hex color #99765A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99765A is #6689A5. Grayscale: #7D7D7D. Windows color (decimal): -6719910 or 5928601. OLE color: 5928601.
HSL color Cylindrical-coordinate representation of color #99765A: hue angle of 26.67º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #99765A is Cyan = 0, Magento = 0.23, Yellow = 0.41 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 118 | 90 | - |
| CMYK | 0 | 0.23 | 0.41 | 0.4 |
| HSL | 26.67º | 0.26% | 0.48% | - |
| HSV(B) | 26.67º | 0.41% | 0.6% | - |
| XYZ | 21.46 | 20.47 | 12.49 | - |
| YUV | 125.27 | 108.1 | 147.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 118 | 90 | 0 | 0.23 | 0.41 | 0.4 | 26.67 | 0.26 | 0.48 |
| Hex | 99 | 76 | 5A | 0 | 17 | 29 | 28 | 1B | 1A | 30 |
| Octal | 231 | 166 | 132 | 0 | 27 | 51 | 50 | 33 | 32 | 60 |
| Binary | 10011001 | 1110110 | 1011010 | 0 | 10111 | 101001 | 101000 | 11011 | 11010 | 110000 |
Color Harmonies of #99765A
Complementary color
Monochromatic Colors of #99765A
Black with #99765A
Text Example
Text Example
White with #99765A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99765A; }
p { color: rgb(153,118,90); }
H1.HeaderClassName
{
color: #99765A;
}
.AnyTagClassName
{
color: #99765A;
}
</style>
background-color css
<style>
a { background-color: #99765A; }
a { background-color: rgb(153,118,90); }
div.DivClassName
{
background-color: #99765A;
}
.BgClassName
{
background-color: #99765A;
}
</style>
border-color css
<style>
span { border-color: #99765A; }
span { border-color: rgb(153,118,90); }
td.TdClassName
{
border-color: #99765A;
}
.TagClassName
{
border-color: #99765A;
}
</style>