Shades of Pale Brown #9C764A
Tints of Pale Brown #9C764A
RGB
CMYK
RGB Variations
Color information
#9C764A (or 0x9C764A) is known color: Pale Brown. HEX triplet: 9C, 76 and 4A. RGB value is (156,118,74). Sum of RGB (Red+Green+Blue) = 156+118+74=348 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.83% from 348); Green value is 118 (46.48% from 255 or 33.91% from 348); Blue value is 74 (29.30% from 255 or 21.26% from 348); Max value from RGB is 156 - color contains mainly: red. Hex color #9C764A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C764A is #6389B5. Grayscale: #7C7C7C. Windows color (decimal): -6523318 or 4880028. OLE color: 4880028.
HSL color Cylindrical-coordinate representation of color #9C764A: hue angle of 32.2º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9C764A is Cyan = 0, Magento = 0.24, Yellow = 0.53 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 118 | 74 | - |
| CMYK | 0 | 0.24 | 0.53 | 0.39 |
| HSL | 32.2º | 0.36% | 0.45% | - |
| HSV(B) | 32.2º | 0.53% | 0.61% | - |
| XYZ | 21.42 | 20.52 | 9.31 | - |
| YUV | 124.35 | 99.59 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 118 | 74 | 0 | 0.24 | 0.53 | 0.39 | 32.2 | 0.36 | 0.45 |
| Hex | 9C | 76 | 4A | 0 | 18 | 35 | 27 | 20 | 24 | 2D |
| Octal | 234 | 166 | 112 | 0 | 30 | 65 | 47 | 40 | 44 | 55 |
| Binary | 10011100 | 1110110 | 1001010 | 0 | 11000 | 110101 | 100111 | 100000 | 100100 | 101101 |
Color Harmonies of #9C764A
Complementary color
Monochromatic Colors of #9C764A
Black with #9C764A
Text Example
Text Example
White with #9C764A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C764A; }
p { color: rgb(156,118,74); }
H1.HeaderClassName
{
color: #9C764A;
}
.AnyTagClassName
{
color: #9C764A;
}
</style>
background-color css
<style>
a { background-color: #9C764A; }
a { background-color: rgb(156,118,74); }
div.DivClassName
{
background-color: #9C764A;
}
.BgClassName
{
background-color: #9C764A;
}
</style>
border-color css
<style>
span { border-color: #9C764A; }
span { border-color: rgb(156,118,74); }
td.TdClassName
{
border-color: #9C764A;
}
.TagClassName
{
border-color: #9C764A;
}
</style>