Shades of Pale Brown #936F45
Tints of Pale Brown #936F45
RGB
CMYK
RGB Variations
Color information
#936F45 (or 0x936F45) is known color: Pale Brown. HEX triplet: 93, 6F and 45. RGB value is (147,111,69). Sum of RGB (Red+Green+Blue) = 147+111+69=327 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.95% from 327); Green value is 111 (43.75% from 255 or 33.94% from 327); Blue value is 69 (27.34% from 255 or 21.10% from 327); Max value from RGB is 147 - color contains mainly: red. Hex color #936F45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #936F45 is #6C90BA. Grayscale: #757575. Windows color (decimal): -7114939 or 4550547. OLE color: 4550547.
HSL color Cylindrical-coordinate representation of color #936F45: hue angle of 32.31º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #936F45 is Cyan = 0, Magento = 0.24, Yellow = 0.53 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 111 | 69 | - |
| CMYK | 0 | 0.24 | 0.53 | 0.42 |
| HSL | 32.31º | 0.36% | 0.42% | - |
| HSV(B) | 32.31º | 0.53% | 0.58% | - |
| XYZ | 18.79 | 18 | 8.11 | - |
| YUV | 116.98 | 100.93 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 111 | 69 | 0 | 0.24 | 0.53 | 0.42 | 32.31 | 0.36 | 0.42 |
| Hex | 93 | 6F | 45 | 0 | 18 | 35 | 2A | 20 | 24 | 2A |
| Octal | 223 | 157 | 105 | 0 | 30 | 65 | 52 | 40 | 44 | 52 |
| Binary | 10010011 | 1101111 | 1000101 | 0 | 11000 | 110101 | 101010 | 100000 | 100100 | 101010 |
Color Harmonies of #936F45
Complementary color
Monochromatic Colors of #936F45
Black with #936F45
Text Example
Text Example
White with #936F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936F45; }
p { color: rgb(147,111,69); }
H1.HeaderClassName
{
color: #936F45;
}
.AnyTagClassName
{
color: #936F45;
}
</style>
background-color css
<style>
a { background-color: #936F45; }
a { background-color: rgb(147,111,69); }
div.DivClassName
{
background-color: #936F45;
}
.BgClassName
{
background-color: #936F45;
}
</style>
border-color css
<style>
span { border-color: #936F45; }
span { border-color: rgb(147,111,69); }
td.TdClassName
{
border-color: #936F45;
}
.TagClassName
{
border-color: #936F45;
}
</style>