Shades of Golden Brown #946211
Tints of Golden Brown #946211
RGB
CMYK
RGB Variations
Color information
#946211 (or 0x946211) is known color: Golden Brown. HEX triplet: 94, 62 and 11. RGB value is (148,98,17). Sum of RGB (Red+Green+Blue) = 148+98+17=263 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.27% from 263); Green value is 98 (38.67% from 255 or 37.26% from 263); Blue value is 17 (7.03% from 255 or 6.46% from 263); Max value from RGB is 148 - color contains mainly: red. Hex color #946211 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946211 is #6B9DEE. Grayscale: #686868. Windows color (decimal): -7052783 or 1139348. OLE color: 1139348.
HSL color Cylindrical-coordinate representation of color #946211: hue angle of 37.1º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #946211 is Cyan = 0, Magento = 0.34, Yellow = 0.89 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 98 | 17 | - |
| CMYK | 0 | 0.34 | 0.89 | 0.42 |
| HSL | 37.1º | 0.79% | 0.32% | - |
| HSV(B) | 37.1º | 0.89% | 0.58% | - |
| XYZ | 16.68 | 15.07 | 2.56 | - |
| YUV | 103.72 | 79.07 | 159.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 98 | 17 | 0 | 0.34 | 0.89 | 0.42 | 37.1 | 0.79 | 0.32 |
| Hex | 94 | 62 | 11 | 0 | 22 | 59 | 2A | 25 | 4F | 20 |
| Octal | 224 | 142 | 21 | 0 | 42 | 131 | 52 | 45 | 117 | 40 |
| Binary | 10010100 | 1100010 | 10001 | 0 | 100010 | 1011001 | 101010 | 100101 | 1001111 | 100000 |
Color Harmonies of #946211
Complementary color
Monochromatic Colors of #946211
Black with #946211
Text Example
Text Example
White with #946211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946211; }
p { color: rgb(148,98,17); }
H1.HeaderClassName
{
color: #946211;
}
.AnyTagClassName
{
color: #946211;
}
</style>
background-color css
<style>
a { background-color: #946211; }
a { background-color: rgb(148,98,17); }
div.DivClassName
{
background-color: #946211;
}
.BgClassName
{
background-color: #946211;
}
</style>
border-color css
<style>
span { border-color: #946211; }
span { border-color: rgb(148,98,17); }
td.TdClassName
{
border-color: #946211;
}
.TagClassName
{
border-color: #946211;
}
</style>