Shades of Pale Brown #926F48
Tints of Pale Brown #926F48
RGB
CMYK
RGB Variations
Color information
#926F48 (or 0x926F48) is known color: Pale Brown. HEX triplet: 92, 6F and 48. RGB value is (146,111,72). Sum of RGB (Red+Green+Blue) = 146+111+72=329 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.38% from 329); Green value is 111 (43.75% from 255 or 33.74% from 329); Blue value is 72 (28.52% from 255 or 21.88% from 329); Max value from RGB is 146 - color contains mainly: red. Hex color #926F48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #926F48 is #6D90B7. Grayscale: #757575. Windows color (decimal): -7180472 or 4747154. OLE color: 4747154.
HSL color Cylindrical-coordinate representation of color #926F48: hue angle of 31.62º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #926F48 is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 111 | 72 | - |
| CMYK | 0 | 0.24 | 0.51 | 0.43 |
| HSL | 31.62º | 0.34% | 0.43% | - |
| HSV(B) | 31.62º | 0.51% | 0.57% | - |
| XYZ | 18.71 | 17.95 | 8.61 | - |
| YUV | 117.02 | 102.6 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 111 | 72 | 0 | 0.24 | 0.51 | 0.43 | 31.62 | 0.34 | 0.43 |
| Hex | 92 | 6F | 48 | 0 | 18 | 33 | 2B | 20 | 22 | 2B |
| Octal | 222 | 157 | 110 | 0 | 30 | 63 | 53 | 40 | 42 | 53 |
| Binary | 10010010 | 1101111 | 1001000 | 0 | 11000 | 110011 | 101011 | 100000 | 100010 | 101011 |
Color Harmonies of #926F48
Complementary color
Monochromatic Colors of #926F48
Black with #926F48
Text Example
Text Example
White with #926F48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926F48; }
p { color: rgb(146,111,72); }
H1.HeaderClassName
{
color: #926F48;
}
.AnyTagClassName
{
color: #926F48;
}
</style>
background-color css
<style>
a { background-color: #926F48; }
a { background-color: rgb(146,111,72); }
div.DivClassName
{
background-color: #926F48;
}
.BgClassName
{
background-color: #926F48;
}
</style>
border-color css
<style>
span { border-color: #926F48; }
span { border-color: rgb(146,111,72); }
td.TdClassName
{
border-color: #926F48;
}
.TagClassName
{
border-color: #926F48;
}
</style>