Shades of Pale Brown #947642
Tints of Pale Brown #947642
RGB
CMYK
RGB Variations
Color information
#947642 (or 0x947642) is known color: Pale Brown. HEX triplet: 94, 76 and 42. RGB value is (148,118,66). Sum of RGB (Red+Green+Blue) = 148+118+66=332 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.58% from 332); Green value is 118 (46.48% from 255 or 35.54% from 332); Blue value is 66 (26.17% from 255 or 19.88% from 332); Max value from RGB is 148 - color contains mainly: red. Hex color #947642 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947642 is #6B89BD. Grayscale: #797979. Windows color (decimal): -7047614 or 4355732. OLE color: 4355732.
HSL color Cylindrical-coordinate representation of color #947642: hue angle of 38.05º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #947642 is Cyan = 0, Magento = 0.20, Yellow = 0.55 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 118 | 66 | - |
| CMYK | 0 | 0.20 | 0.55 | 0.42 |
| HSL | 38.05º | 0.38% | 0.42% | - |
| HSV(B) | 38.05º | 0.55% | 0.58% | - |
| XYZ | 19.67 | 19.65 | 7.91 | - |
| YUV | 121.04 | 96.94 | 147.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 118 | 66 | 0 | 0.20 | 0.55 | 0.42 | 38.05 | 0.38 | 0.42 |
| Hex | 94 | 76 | 42 | 0 | 14 | 37 | 2A | 26 | 26 | 2A |
| Octal | 224 | 166 | 102 | 0 | 24 | 67 | 52 | 46 | 46 | 52 |
| Binary | 10010100 | 1110110 | 1000010 | 0 | 10100 | 110111 | 101010 | 100110 | 100110 | 101010 |
Color Harmonies of #947642
Complementary color
Monochromatic Colors of #947642
Black with #947642
Text Example
Text Example
White with #947642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947642; }
p { color: rgb(148,118,66); }
H1.HeaderClassName
{
color: #947642;
}
.AnyTagClassName
{
color: #947642;
}
</style>
background-color css
<style>
a { background-color: #947642; }
a { background-color: rgb(148,118,66); }
div.DivClassName
{
background-color: #947642;
}
.BgClassName
{
background-color: #947642;
}
</style>
border-color css
<style>
span { border-color: #947642; }
span { border-color: rgb(148,118,66); }
td.TdClassName
{
border-color: #947642;
}
.TagClassName
{
border-color: #947642;
}
</style>