Shades of Pale Brown #9A764C
Tints of Pale Brown #9A764C
RGB
CMYK
RGB Variations
Color information
#9A764C (or 0x9A764C) is known color: Pale Brown. HEX triplet: 9A, 76 and 4C. RGB value is (154,118,76). Sum of RGB (Red+Green+Blue) = 154+118+76=348 (46% of max value = 765). Red value is 154 (60.55% from 255 or 44.25% from 348); Green value is 118 (46.48% from 255 or 33.91% from 348); Blue value is 76 (30.08% from 255 or 21.84% from 348); Max value from RGB is 154 - color contains mainly: red. Hex color #9A764C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A764C is #6589B3. Grayscale: #7C7C7C. Windows color (decimal): -6654388 or 5011098. OLE color: 5011098.
HSL color Cylindrical-coordinate representation of color #9A764C: hue angle of 32.31º 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 #9A764C is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 118 | 76 | - |
| CMYK | 0 | 0.23 | 0.51 | 0.40 |
| HSL | 32.31º | 0.34% | 0.45% | - |
| HSV(B) | 32.31º | 0.51% | 0.6% | - |
| XYZ | 21.11 | 20.35 | 9.65 | - |
| YUV | 123.98 | 100.93 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 118 | 76 | 0 | 0.23 | 0.51 | 0.40 | 32.31 | 0.34 | 0.45 |
| Hex | 9A | 76 | 4C | 0 | 17 | 33 | 28 | 20 | 22 | 2D |
| Octal | 232 | 166 | 114 | 0 | 27 | 63 | 50 | 40 | 42 | 55 |
| Binary | 10011010 | 1110110 | 1001100 | 0 | 10111 | 110011 | 101000 | 100000 | 100010 | 101101 |
Color Harmonies of #9A764C
Complementary color
Monochromatic Colors of #9A764C
Black with #9A764C
Text Example
Text Example
White with #9A764C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A764C; }
p { color: rgb(154,118,76); }
H1.HeaderClassName
{
color: #9A764C;
}
.AnyTagClassName
{
color: #9A764C;
}
</style>
background-color css
<style>
a { background-color: #9A764C; }
a { background-color: rgb(154,118,76); }
div.DivClassName
{
background-color: #9A764C;
}
.BgClassName
{
background-color: #9A764C;
}
</style>
border-color css
<style>
span { border-color: #9A764C; }
span { border-color: rgb(154,118,76); }
td.TdClassName
{
border-color: #9A764C;
}
.TagClassName
{
border-color: #9A764C;
}
</style>