Shades of Pale Brown #99774C
Tints of Pale Brown #99774C
RGB
CMYK
RGB Variations
Color information
#99774C (or 0x99774C) is known color: Pale Brown. HEX triplet: 99, 77 and 4C. RGB value is (153,119,76). Sum of RGB (Red+Green+Blue) = 153+119+76=348 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.97% from 348); Green value is 119 (46.88% from 255 or 34.20% from 348); Blue value is 76 (30.08% from 255 or 21.84% from 348); Max value from RGB is 153 - color contains mainly: red. Hex color #99774C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99774C is #6688B3. Grayscale: #7C7C7C. Windows color (decimal): -6719668 or 5011353. OLE color: 5011353.
HSL color Cylindrical-coordinate representation of color #99774C: hue angle of 33.51º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #99774C is Cyan = 0, Magento = 0.22, Yellow = 0.50 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 119 | 76 | - |
| CMYK | 0 | 0.22 | 0.50 | 0.4 |
| HSL | 33.51º | 0.34% | 0.45% | - |
| HSV(B) | 33.51º | 0.5% | 0.6% | - |
| XYZ | 21.04 | 20.49 | 9.68 | - |
| YUV | 124.26 | 100.76 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 119 | 76 | 0 | 0.22 | 0.50 | 0.4 | 33.51 | 0.34 | 0.45 |
| Hex | 99 | 77 | 4C | 0 | 16 | 32 | 28 | 22 | 22 | 2D |
| Octal | 231 | 167 | 114 | 0 | 26 | 62 | 50 | 42 | 42 | 55 |
| Binary | 10011001 | 1110111 | 1001100 | 0 | 10110 | 110010 | 101000 | 100010 | 100010 | 101101 |
Color Harmonies of #99774C
Complementary color
Monochromatic Colors of #99774C
Black with #99774C
Text Example
Text Example
White with #99774C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99774C; }
p { color: rgb(153,119,76); }
H1.HeaderClassName
{
color: #99774C;
}
.AnyTagClassName
{
color: #99774C;
}
</style>
background-color css
<style>
a { background-color: #99774C; }
a { background-color: rgb(153,119,76); }
div.DivClassName
{
background-color: #99774C;
}
.BgClassName
{
background-color: #99774C;
}
</style>
border-color css
<style>
span { border-color: #99774C; }
span { border-color: rgb(153,119,76); }
td.TdClassName
{
border-color: #99774C;
}
.TagClassName
{
border-color: #99774C;
}
</style>