Shades of Pale Brown #9C754C
Tints of Pale Brown #9C754C
RGB
CMYK
RGB Variations
Color information
#9C754C (or 0x9C754C) is known color: Pale Brown. HEX triplet: 9C, 75 and 4C. RGB value is (156,117,76). Sum of RGB (Red+Green+Blue) = 156+117+76=349 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.70% from 349); Green value is 117 (46.09% from 255 or 33.52% from 349); Blue value is 76 (30.08% from 255 or 21.78% from 349); Max value from RGB is 156 - color contains mainly: red. Hex color #9C754C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C754C is #638AB3. Grayscale: #7C7C7C. Windows color (decimal): -6523572 or 5010844. OLE color: 5010844.
HSL color Cylindrical-coordinate representation of color #9C754C: hue angle of 30.75º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9C754C is Cyan = 0, Magento = 0.25, Yellow = 0.51 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 117 | 76 | - |
| CMYK | 0 | 0.25 | 0.51 | 0.39 |
| HSL | 30.75º | 0.34% | 0.45% | - |
| HSV(B) | 30.75º | 0.51% | 0.61% | - |
| XYZ | 21.38 | 20.31 | 9.63 | - |
| YUV | 123.99 | 100.92 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 117 | 76 | 0 | 0.25 | 0.51 | 0.39 | 30.75 | 0.34 | 0.45 |
| Hex | 9C | 75 | 4C | 0 | 19 | 33 | 27 | 1F | 22 | 2D |
| Octal | 234 | 165 | 114 | 0 | 31 | 63 | 47 | 37 | 42 | 55 |
| Binary | 10011100 | 1110101 | 1001100 | 0 | 11001 | 110011 | 100111 | 11111 | 100010 | 101101 |
Color Harmonies of #9C754C
Complementary color
Monochromatic Colors of #9C754C
Black with #9C754C
Text Example
Text Example
White with #9C754C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C754C; }
p { color: rgb(156,117,76); }
H1.HeaderClassName
{
color: #9C754C;
}
.AnyTagClassName
{
color: #9C754C;
}
</style>
background-color css
<style>
a { background-color: #9C754C; }
a { background-color: rgb(156,117,76); }
div.DivClassName
{
background-color: #9C754C;
}
.BgClassName
{
background-color: #9C754C;
}
</style>
border-color css
<style>
span { border-color: #9C754C; }
span { border-color: rgb(156,117,76); }
td.TdClassName
{
border-color: #9C754C;
}
.TagClassName
{
border-color: #9C754C;
}
</style>