Shades of Pale Brown #956F46
Tints of Pale Brown #956F46
RGB
CMYK
RGB Variations
Color information
#956F46 (or 0x956F46) is known color: Pale Brown. HEX triplet: 95, 6F and 46. RGB value is (149,111,70). Sum of RGB (Red+Green+Blue) = 149+111+70=330 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.15% from 330); Green value is 111 (43.75% from 255 or 33.64% from 330); Blue value is 70 (27.73% from 255 or 21.21% from 330); Max value from RGB is 149 - color contains mainly: red. Hex color #956F46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #956F46 is #6A90B9. Grayscale: #757575. Windows color (decimal): -6983866 or 4616085. OLE color: 4616085.
HSL color Cylindrical-coordinate representation of color #956F46: hue angle of 31.14º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #956F46 is Cyan = 0, Magento = 0.26, Yellow = 0.53 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 111 | 70 | - |
| CMYK | 0 | 0.26 | 0.53 | 0.42 |
| HSL | 31.14º | 0.36% | 0.43% | - |
| HSV(B) | 31.14º | 0.53% | 0.58% | - |
| XYZ | 19.18 | 18.2 | 8.3 | - |
| YUV | 117.69 | 101.09 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 111 | 70 | 0 | 0.26 | 0.53 | 0.42 | 31.14 | 0.36 | 0.43 |
| Hex | 95 | 6F | 46 | 0 | 1A | 35 | 2A | 1F | 24 | 2B |
| Octal | 225 | 157 | 106 | 0 | 32 | 65 | 52 | 37 | 44 | 53 |
| Binary | 10010101 | 1101111 | 1000110 | 0 | 11010 | 110101 | 101010 | 11111 | 100100 | 101011 |
Color Harmonies of #956F46
Complementary color
Monochromatic Colors of #956F46
Black with #956F46
Text Example
Text Example
White with #956F46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956F46; }
p { color: rgb(149,111,70); }
H1.HeaderClassName
{
color: #956F46;
}
.AnyTagClassName
{
color: #956F46;
}
</style>
background-color css
<style>
a { background-color: #956F46; }
a { background-color: rgb(149,111,70); }
div.DivClassName
{
background-color: #956F46;
}
.BgClassName
{
background-color: #956F46;
}
</style>
border-color css
<style>
span { border-color: #956F46; }
span { border-color: rgb(149,111,70); }
td.TdClassName
{
border-color: #956F46;
}
.TagClassName
{
border-color: #956F46;
}
</style>