Shades of Pale Brown #9C754E
Tints of Pale Brown #9C754E
RGB
CMYK
RGB Variations
Color information
#9C754E (or 0x9C754E) is known color: Pale Brown. HEX triplet: 9C, 75 and 4E. RGB value is (156,117,78). Sum of RGB (Red+Green+Blue) = 156+117+78=351 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.44% from 351); Green value is 117 (46.09% from 255 or 33.33% from 351); Blue value is 78 (30.86% from 255 or 22.22% from 351); Max value from RGB is 156 - color contains mainly: red. Hex color #9C754E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C754E is #638AB1. Grayscale: #7C7C7C. Windows color (decimal): -6523570 or 5141916. OLE color: 5141916.
HSL color Cylindrical-coordinate representation of color #9C754E: hue angle of 30º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9C754E is Cyan = 0, Magento = 0.25, Yellow = 0.5 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 117 | 78 | - |
| CMYK | 0 | 0.25 | 0.5 | 0.39 |
| HSL | 30º | 0.33% | 0.46% | - |
| HSV(B) | 30º | 0.5% | 0.61% | - |
| XYZ | 21.45 | 20.34 | 10 | - |
| YUV | 124.22 | 101.92 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 117 | 78 | 0 | 0.25 | 0.5 | 0.39 | 30 | 0.33 | 0.46 |
| Hex | 9C | 75 | 4E | 0 | 19 | 32 | 27 | 1E | 21 | 2E |
| Octal | 234 | 165 | 116 | 0 | 31 | 62 | 47 | 36 | 41 | 56 |
| Binary | 10011100 | 1110101 | 1001110 | 0 | 11001 | 110010 | 100111 | 11110 | 100001 | 101110 |
Color Harmonies of #9C754E
Complementary color
Monochromatic Colors of #9C754E
Black with #9C754E
Text Example
Text Example
White with #9C754E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C754E; }
p { color: rgb(156,117,78); }
H1.HeaderClassName
{
color: #9C754E;
}
.AnyTagClassName
{
color: #9C754E;
}
</style>
background-color css
<style>
a { background-color: #9C754E; }
a { background-color: rgb(156,117,78); }
div.DivClassName
{
background-color: #9C754E;
}
.BgClassName
{
background-color: #9C754E;
}
</style>
border-color css
<style>
span { border-color: #9C754E; }
span { border-color: rgb(156,117,78); }
td.TdClassName
{
border-color: #9C754E;
}
.TagClassName
{
border-color: #9C754E;
}
</style>