Shades of Golden Brown #946D00
Tints of Golden Brown #946D00
RGB
CMYK
RGB Variations
Color information
#946D00 (or 0x946D00) is known color: Golden Brown. HEX triplet: 94, 6D and 00. RGB value is (148,109,0). Sum of RGB (Red+Green+Blue) = 148+109+0=257 (34% of max value = 765). Red value is 148 (58.20% from 255 or 57.59% from 257); Green value is 109 (42.97% from 255 or 42.41% from 257); Blue value is 0 (0.39% from 255 or 0% from 257); Max value from RGB is 148 - color contains mainly: red. Hex color #946D00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946D00 is #6B92FF. Grayscale: #6C6C6C. Windows color (decimal): -7049984 or 28052. OLE color: 28052.
HSL color Cylindrical-coordinate representation of color #946D00: hue angle of 44.19º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #946D00 is Cyan = 0, Magento = 0.26, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 109 | 0 | - |
| CMYK | 0 | 0.26 | 1 | 0.42 |
| HSL | 44.19º | 1% | 0.29% | - |
| HSV(B) | 44.19º | 1% | 0.58% | - |
| XYZ | 17.68 | 17.23 | 2.39 | - |
| YUV | 108.24 | 66.92 | 156.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 109 | 0 | 0 | 0.26 | 1 | 0.42 | 44.19 | 1 | 0.29 |
| Hex | 94 | 6D | 0 | 0 | 1A | 64 | 2A | 2C | 64 | 1D |
| Octal | 224 | 155 | 0 | 0 | 32 | 144 | 52 | 54 | 144 | 35 |
| Binary | 10010100 | 1101101 | 0 | 0 | 11010 | 1100100 | 101010 | 101100 | 1100100 | 11101 |
Color Harmonies of #946D00
Complementary color
Monochromatic Colors of #946D00
Black with #946D00
Text Example
Text Example
White with #946D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946D00; }
p { color: rgb(148,109,0); }
H1.HeaderClassName
{
color: #946D00;
}
.AnyTagClassName
{
color: #946D00;
}
</style>
background-color css
<style>
a { background-color: #946D00; }
a { background-color: rgb(148,109,0); }
div.DivClassName
{
background-color: #946D00;
}
.BgClassName
{
background-color: #946D00;
}
</style>
border-color css
<style>
span { border-color: #946D00; }
span { border-color: rgb(148,109,0); }
td.TdClassName
{
border-color: #946D00;
}
.TagClassName
{
border-color: #946D00;
}
</style>