Shades of Golden Brown #946513
Tints of Golden Brown #946513
RGB
CMYK
RGB Variations
Color information
#946513 (or 0x946513) is known color: Golden Brown. HEX triplet: 94, 65 and 13. RGB value is (148,101,19). Sum of RGB (Red+Green+Blue) = 148+101+19=268 (35% of max value = 765). Red value is 148 (58.20% from 255 or 55.22% from 268); Green value is 101 (39.84% from 255 or 37.69% from 268); Blue value is 19 (7.81% from 255 or 7.09% from 268); Max value from RGB is 148 - color contains mainly: red. Hex color #946513 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946513 is #6B9AEC. Grayscale: #6A6A6A. Windows color (decimal): -7052013 or 1271188. OLE color: 1271188.
HSL color Cylindrical-coordinate representation of color #946513: hue angle of 38.14º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #946513 is Cyan = 0, Magento = 0.32, Yellow = 0.87 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 101 | 19 | - |
| CMYK | 0 | 0.32 | 0.87 | 0.42 |
| HSL | 38.14º | 0.77% | 0.33% | - |
| HSV(B) | 38.14º | 0.87% | 0.58% | - |
| XYZ | 16.98 | 15.65 | 2.74 | - |
| YUV | 105.71 | 79.07 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 101 | 19 | 0 | 0.32 | 0.87 | 0.42 | 38.14 | 0.77 | 0.33 |
| Hex | 94 | 65 | 13 | 0 | 20 | 57 | 2A | 26 | 4D | 21 |
| Octal | 224 | 145 | 23 | 0 | 40 | 127 | 52 | 46 | 115 | 41 |
| Binary | 10010100 | 1100101 | 10011 | 0 | 100000 | 1010111 | 101010 | 100110 | 1001101 | 100001 |
Color Harmonies of #946513
Complementary color
Monochromatic Colors of #946513
Black with #946513
Text Example
Text Example
White with #946513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946513; }
p { color: rgb(148,101,19); }
H1.HeaderClassName
{
color: #946513;
}
.AnyTagClassName
{
color: #946513;
}
</style>
background-color css
<style>
a { background-color: #946513; }
a { background-color: rgb(148,101,19); }
div.DivClassName
{
background-color: #946513;
}
.BgClassName
{
background-color: #946513;
}
</style>
border-color css
<style>
span { border-color: #946513; }
span { border-color: rgb(148,101,19); }
td.TdClassName
{
border-color: #946513;
}
.TagClassName
{
border-color: #946513;
}
</style>