Shades of Golden Brown #946415
Tints of Golden Brown #946415
RGB
CMYK
RGB Variations
Color information
#946415 (or 0x946415) is known color: Golden Brown. HEX triplet: 94, 64 and 15. RGB value is (148,100,21). Sum of RGB (Red+Green+Blue) = 148+100+21=269 (35% of max value = 765). Red value is 148 (58.20% from 255 or 55.02% from 269); Green value is 100 (39.45% from 255 or 37.17% from 269); Blue value is 21 (8.59% from 255 or 7.81% from 269); Max value from RGB is 148 - color contains mainly: red. Hex color #946415 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946415 is #6B9BEA. Grayscale: #696969. Windows color (decimal): -7052267 or 1402004. OLE color: 1402004.
HSL color Cylindrical-coordinate representation of color #946415: hue angle of 37.32º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #946415 is Cyan = 0, Magento = 0.32, Yellow = 0.86 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 100 | 21 | - |
| CMYK | 0 | 0.32 | 0.86 | 0.42 |
| HSL | 37.32º | 0.75% | 0.33% | - |
| HSV(B) | 37.32º | 0.86% | 0.58% | - |
| XYZ | 16.91 | 15.46 | 2.8 | - |
| YUV | 105.35 | 80.4 | 158.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 100 | 21 | 0 | 0.32 | 0.86 | 0.42 | 37.32 | 0.75 | 0.33 |
| Hex | 94 | 64 | 15 | 0 | 20 | 56 | 2A | 25 | 4B | 21 |
| Octal | 224 | 144 | 25 | 0 | 40 | 126 | 52 | 45 | 113 | 41 |
| Binary | 10010100 | 1100100 | 10101 | 0 | 100000 | 1010110 | 101010 | 100101 | 1001011 | 100001 |
Color Harmonies of #946415
Complementary color
Monochromatic Colors of #946415
Black with #946415
Text Example
Text Example
White with #946415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946415; }
p { color: rgb(148,100,21); }
H1.HeaderClassName
{
color: #946415;
}
.AnyTagClassName
{
color: #946415;
}
</style>
background-color css
<style>
a { background-color: #946415; }
a { background-color: rgb(148,100,21); }
div.DivClassName
{
background-color: #946415;
}
.BgClassName
{
background-color: #946415;
}
</style>
border-color css
<style>
span { border-color: #946415; }
span { border-color: rgb(148,100,21); }
td.TdClassName
{
border-color: #946415;
}
.TagClassName
{
border-color: #946415;
}
</style>