Shades of Pale Brown #947656
Tints of Pale Brown #947656
RGB
CMYK
RGB Variations
Color information
#947656 (or 0x947656) is known color: Pale Brown. HEX triplet: 94, 76 and 56. RGB value is (148,118,86). Sum of RGB (Red+Green+Blue) = 148+118+86=352 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.05% from 352); Green value is 118 (46.48% from 255 or 33.52% from 352); Blue value is 86 (33.98% from 255 or 24.43% from 352); Max value from RGB is 148 - color contains mainly: red. Hex color #947656 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947656 is #6B89A9. Grayscale: #7B7B7B. Windows color (decimal): -7047594 or 5666452. OLE color: 5666452.
HSL color Cylindrical-coordinate representation of color #947656: hue angle of 30.97º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #947656 is Cyan = 0, Magento = 0.20, Yellow = 0.42 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 118 | 86 | - |
| CMYK | 0 | 0.20 | 0.42 | 0.42 |
| HSL | 30.97º | 0.26% | 0.46% | - |
| HSV(B) | 30.97º | 0.42% | 0.58% | - |
| XYZ | 20.37 | 19.92 | 11.58 | - |
| YUV | 123.32 | 106.94 | 145.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 118 | 86 | 0 | 0.20 | 0.42 | 0.42 | 30.97 | 0.26 | 0.46 |
| Hex | 94 | 76 | 56 | 0 | 14 | 2A | 2A | 1F | 1A | 2E |
| Octal | 224 | 166 | 126 | 0 | 24 | 52 | 52 | 37 | 32 | 56 |
| Binary | 10010100 | 1110110 | 1010110 | 0 | 10100 | 101010 | 101010 | 11111 | 11010 | 101110 |
Color Harmonies of #947656
Complementary color
Monochromatic Colors of #947656
Black with #947656
Text Example
Text Example
White with #947656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947656; }
p { color: rgb(148,118,86); }
H1.HeaderClassName
{
color: #947656;
}
.AnyTagClassName
{
color: #947656;
}
</style>
background-color css
<style>
a { background-color: #947656; }
a { background-color: rgb(148,118,86); }
div.DivClassName
{
background-color: #947656;
}
.BgClassName
{
background-color: #947656;
}
</style>
border-color css
<style>
span { border-color: #947656; }
span { border-color: rgb(148,118,86); }
td.TdClassName
{
border-color: #947656;
}
.TagClassName
{
border-color: #947656;
}
</style>