Shades of Golden Brown #946E01
Tints of Golden Brown #946E01
RGB
CMYK
RGB Variations
Color information
#946E01 (or 0x946E01) is known color: Golden Brown. HEX triplet: 94, 6E and 01. RGB value is (148,110,1). Sum of RGB (Red+Green+Blue) = 148+110+1=259 (34% of max value = 765). Red value is 148 (58.20% from 255 or 57.14% from 259); Green value is 110 (43.36% from 255 or 42.47% from 259); Blue value is 1 (0.78% from 255 or 0.39% from 259); Max value from RGB is 148 - color contains mainly: red. Hex color #946E01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946E01 is #6B91FE. Grayscale: #6D6D6D. Windows color (decimal): -7049727 or 93844. OLE color: 93844.
HSL color Cylindrical-coordinate representation of color #946E01: hue angle of 44.49º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #946E01 is Cyan = 0, Magento = 0.26, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 110 | 1 | - |
| CMYK | 0 | 0.26 | 0.99 | 0.42 |
| HSL | 44.49º | 0.99% | 0.29% | - |
| HSV(B) | 44.49º | 0.99% | 0.58% | - |
| XYZ | 17.79 | 17.45 | 2.46 | - |
| YUV | 108.94 | 67.09 | 155.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 110 | 1 | 0 | 0.26 | 0.99 | 0.42 | 44.49 | 0.99 | 0.29 |
| Hex | 94 | 6E | 1 | 0 | 1A | 63 | 2A | 2C | 63 | 1D |
| Octal | 224 | 156 | 1 | 0 | 32 | 143 | 52 | 54 | 143 | 35 |
| Binary | 10010100 | 1101110 | 1 | 0 | 11010 | 1100011 | 101010 | 101100 | 1100011 | 11101 |
Color Harmonies of #946E01
Complementary color
Monochromatic Colors of #946E01
Black with #946E01
Text Example
Text Example
White with #946E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946E01; }
p { color: rgb(148,110,1); }
H1.HeaderClassName
{
color: #946E01;
}
.AnyTagClassName
{
color: #946E01;
}
</style>
background-color css
<style>
a { background-color: #946E01; }
a { background-color: rgb(148,110,1); }
div.DivClassName
{
background-color: #946E01;
}
.BgClassName
{
background-color: #946E01;
}
</style>
border-color css
<style>
span { border-color: #946E01; }
span { border-color: rgb(148,110,1); }
td.TdClassName
{
border-color: #946E01;
}
.TagClassName
{
border-color: #946E01;
}
</style>