Shades of Pale Brown #957646
Tints of Pale Brown #957646
RGB
CMYK
RGB Variations
Color information
#957646 (or 0x957646) is known color: Pale Brown. HEX triplet: 95, 76 and 46. RGB value is (149,118,70). Sum of RGB (Red+Green+Blue) = 149+118+70=337 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.21% from 337); Green value is 118 (46.48% from 255 or 35.01% from 337); Blue value is 70 (27.73% from 255 or 20.77% from 337); Max value from RGB is 149 - color contains mainly: red. Hex color #957646 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957646 is #6A89B9. Grayscale: #7A7A7A. Windows color (decimal): -6982074 or 4617877. OLE color: 4617877.
HSL color Cylindrical-coordinate representation of color #957646: hue angle of 36.46º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #957646 is Cyan = 0, Magento = 0.21, Yellow = 0.53 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 118 | 70 | - |
| CMYK | 0 | 0.21 | 0.53 | 0.42 |
| HSL | 36.46º | 0.36% | 0.43% | - |
| HSV(B) | 36.46º | 0.53% | 0.58% | - |
| XYZ | 19.98 | 19.79 | 8.56 | - |
| YUV | 121.8 | 98.77 | 147.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 118 | 70 | 0 | 0.21 | 0.53 | 0.42 | 36.46 | 0.36 | 0.43 |
| Hex | 95 | 76 | 46 | 0 | 15 | 35 | 2A | 24 | 24 | 2B |
| Octal | 225 | 166 | 106 | 0 | 25 | 65 | 52 | 44 | 44 | 53 |
| Binary | 10010101 | 1110110 | 1000110 | 0 | 10101 | 110101 | 101010 | 100100 | 100100 | 101011 |
Color Harmonies of #957646
Complementary color
Monochromatic Colors of #957646
Black with #957646
Text Example
Text Example
White with #957646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957646; }
p { color: rgb(149,118,70); }
H1.HeaderClassName
{
color: #957646;
}
.AnyTagClassName
{
color: #957646;
}
</style>
background-color css
<style>
a { background-color: #957646; }
a { background-color: rgb(149,118,70); }
div.DivClassName
{
background-color: #957646;
}
.BgClassName
{
background-color: #957646;
}
</style>
border-color css
<style>
span { border-color: #957646; }
span { border-color: rgb(149,118,70); }
td.TdClassName
{
border-color: #957646;
}
.TagClassName
{
border-color: #957646;
}
</style>