Shades of Pale Brown #99765C
Tints of Pale Brown #99765C
RGB
CMYK
RGB Variations
Color information
#99765C (or 0x99765C) is known color: Pale Brown. HEX triplet: 99, 76 and 5C. RGB value is (153,118,92). Sum of RGB (Red+Green+Blue) = 153+118+92=363 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.15% from 363); Green value is 118 (46.48% from 255 or 32.51% from 363); Blue value is 92 (36.33% from 255 or 25.34% from 363); Max value from RGB is 153 - color contains mainly: red. Hex color #99765C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99765C is #6689A3. Grayscale: #7D7D7D. Windows color (decimal): -6719908 or 6059673. OLE color: 6059673.
HSL color Cylindrical-coordinate representation of color #99765C: hue angle of 25.57º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99765C is Cyan = 0, Magento = 0.23, Yellow = 0.40 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 118 | 92 | - |
| CMYK | 0 | 0.23 | 0.40 | 0.4 |
| HSL | 25.57º | 0.25% | 0.48% | - |
| HSV(B) | 25.57º | 0.4% | 0.6% | - |
| XYZ | 21.55 | 20.5 | 12.95 | - |
| YUV | 125.5 | 109.1 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 118 | 92 | 0 | 0.23 | 0.40 | 0.4 | 25.57 | 0.25 | 0.48 |
| Hex | 99 | 76 | 5C | 0 | 17 | 28 | 28 | 1A | 19 | 30 |
| Octal | 231 | 166 | 134 | 0 | 27 | 50 | 50 | 32 | 31 | 60 |
| Binary | 10011001 | 1110110 | 1011100 | 0 | 10111 | 101000 | 101000 | 11010 | 11001 | 110000 |
Color Harmonies of #99765C
Complementary color
Monochromatic Colors of #99765C
Black with #99765C
Text Example
Text Example
White with #99765C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99765C; }
p { color: rgb(153,118,92); }
H1.HeaderClassName
{
color: #99765C;
}
.AnyTagClassName
{
color: #99765C;
}
</style>
background-color css
<style>
a { background-color: #99765C; }
a { background-color: rgb(153,118,92); }
div.DivClassName
{
background-color: #99765C;
}
.BgClassName
{
background-color: #99765C;
}
</style>
border-color css
<style>
span { border-color: #99765C; }
span { border-color: rgb(153,118,92); }
td.TdClassName
{
border-color: #99765C;
}
.TagClassName
{
border-color: #99765C;
}
</style>