Shades of Pale Brown #947653
Tints of Pale Brown #947653
RGB
CMYK
RGB Variations
Color information
#947653 (or 0x947653) is known color: Pale Brown. HEX triplet: 94, 76 and 53. RGB value is (148,118,83). Sum of RGB (Red+Green+Blue) = 148+118+83=349 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.41% from 349); Green value is 118 (46.48% from 255 or 33.81% from 349); Blue value is 83 (32.81% from 255 or 23.78% from 349); Max value from RGB is 148 - color contains mainly: red. Hex color #947653 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #947653 is #6B89AC. Grayscale: #7B7B7B. Windows color (decimal): -7047597 or 5469844. OLE color: 5469844.
HSL color Cylindrical-coordinate representation of color #947653: hue angle of 32.31º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #947653 is Cyan = 0, Magento = 0.20, Yellow = 0.44 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 118 | 83 | - |
| CMYK | 0 | 0.20 | 0.44 | 0.42 |
| HSL | 32.31º | 0.28% | 0.45% | - |
| HSV(B) | 32.31º | 0.44% | 0.58% | - |
| XYZ | 20.25 | 19.88 | 10.95 | - |
| YUV | 122.98 | 105.44 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 118 | 83 | 0 | 0.20 | 0.44 | 0.42 | 32.31 | 0.28 | 0.45 |
| Hex | 94 | 76 | 53 | 0 | 14 | 2C | 2A | 20 | 1C | 2D |
| Octal | 224 | 166 | 123 | 0 | 24 | 54 | 52 | 40 | 34 | 55 |
| Binary | 10010100 | 1110110 | 1010011 | 0 | 10100 | 101100 | 101010 | 100000 | 11100 | 101101 |
Color Harmonies of #947653
Complementary color
Monochromatic Colors of #947653
Black with #947653
Text Example
Text Example
White with #947653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947653; }
p { color: rgb(148,118,83); }
H1.HeaderClassName
{
color: #947653;
}
.AnyTagClassName
{
color: #947653;
}
</style>
background-color css
<style>
a { background-color: #947653; }
a { background-color: rgb(148,118,83); }
div.DivClassName
{
background-color: #947653;
}
.BgClassName
{
background-color: #947653;
}
</style>
border-color css
<style>
span { border-color: #947653; }
span { border-color: rgb(148,118,83); }
td.TdClassName
{
border-color: #947653;
}
.TagClassName
{
border-color: #947653;
}
</style>