Shades of Golden Brown #946903
Tints of Golden Brown #946903
RGB
CMYK
RGB Variations
Color information
#946903 (or 0x946903) is known color: Golden Brown. HEX triplet: 94, 69 and 03. RGB value is (148,105,3). Sum of RGB (Red+Green+Blue) = 148+105+3=256 (33% of max value = 765). Red value is 148 (58.20% from 255 or 57.81% from 256); Green value is 105 (41.41% from 255 or 41.02% from 256); Blue value is 3 (1.56% from 255 or 1.17% from 256); Max value from RGB is 148 - color contains mainly: red. Hex color #946903 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946903 is #6B96FC. Grayscale: #6A6A6A. Windows color (decimal): -7051005 or 223636. OLE color: 223636.
HSL color Cylindrical-coordinate representation of color #946903: hue angle of 42.21º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #946903 is Cyan = 0, Magento = 0.29, Yellow = 0.98 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 105 | 3 | - |
| CMYK | 0 | 0.29 | 0.98 | 0.42 |
| HSL | 42.21º | 0.96% | 0.3% | - |
| HSV(B) | 42.21º | 0.98% | 0.58% | - |
| XYZ | 17.28 | 16.41 | 2.34 | - |
| YUV | 106.23 | 69.75 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 105 | 3 | 0 | 0.29 | 0.98 | 0.42 | 42.21 | 0.96 | 0.3 |
| Hex | 94 | 69 | 3 | 0 | 1D | 62 | 2A | 2A | 60 | 1E |
| Octal | 224 | 151 | 3 | 0 | 35 | 142 | 52 | 52 | 140 | 36 |
| Binary | 10010100 | 1101001 | 11 | 0 | 11101 | 1100010 | 101010 | 101010 | 1100000 | 11110 |
Color Harmonies of #946903
Complementary color
Monochromatic Colors of #946903
Black with #946903
Text Example
Text Example
White with #946903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946903; }
p { color: rgb(148,105,3); }
H1.HeaderClassName
{
color: #946903;
}
.AnyTagClassName
{
color: #946903;
}
</style>
background-color css
<style>
a { background-color: #946903; }
a { background-color: rgb(148,105,3); }
div.DivClassName
{
background-color: #946903;
}
.BgClassName
{
background-color: #946903;
}
</style>
border-color css
<style>
span { border-color: #946903; }
span { border-color: rgb(148,105,3); }
td.TdClassName
{
border-color: #946903;
}
.TagClassName
{
border-color: #946903;
}
</style>