Shades of Pale Brown #957650
Tints of Pale Brown #957650
RGB
CMYK
RGB Variations
Color information
#957650 (or 0x957650) is known color: Pale Brown. HEX triplet: 95, 76 and 50. RGB value is (149,118,80). Sum of RGB (Red+Green+Blue) = 149+118+80=347 (45% of max value = 765). Red value is 149 (58.59% from 255 or 42.94% from 347); Green value is 118 (46.48% from 255 or 34.01% from 347); Blue value is 80 (31.64% from 255 or 23.05% from 347); Max value from RGB is 149 - color contains mainly: red. Hex color #957650 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957650 is #6A89AF. Grayscale: #7B7B7B. Windows color (decimal): -6982064 or 5273237. OLE color: 5273237.
HSL color Cylindrical-coordinate representation of color #957650: hue angle of 33.04º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #957650 is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 118 | 80 | - |
| CMYK | 0 | 0.21 | 0.46 | 0.42 |
| HSL | 33.04º | 0.3% | 0.45% | - |
| HSV(B) | 33.04º | 0.46% | 0.58% | - |
| XYZ | 20.32 | 19.93 | 10.36 | - |
| YUV | 122.94 | 103.77 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 118 | 80 | 0 | 0.21 | 0.46 | 0.42 | 33.04 | 0.3 | 0.45 |
| Hex | 95 | 76 | 50 | 0 | 15 | 2E | 2A | 21 | 1E | 2D |
| Octal | 225 | 166 | 120 | 0 | 25 | 56 | 52 | 41 | 36 | 55 |
| Binary | 10010101 | 1110110 | 1010000 | 0 | 10101 | 101110 | 101010 | 100001 | 11110 | 101101 |
Color Harmonies of #957650
Complementary color
Monochromatic Colors of #957650
Black with #957650
Text Example
Text Example
White with #957650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957650; }
p { color: rgb(149,118,80); }
H1.HeaderClassName
{
color: #957650;
}
.AnyTagClassName
{
color: #957650;
}
</style>
background-color css
<style>
a { background-color: #957650; }
a { background-color: rgb(149,118,80); }
div.DivClassName
{
background-color: #957650;
}
.BgClassName
{
background-color: #957650;
}
</style>
border-color css
<style>
span { border-color: #957650; }
span { border-color: rgb(149,118,80); }
td.TdClassName
{
border-color: #957650;
}
.TagClassName
{
border-color: #957650;
}
</style>