Shades of Golden Brown #946A00
Tints of Golden Brown #946A00
RGB
CMYK
RGB Variations
Color information
#946A00 (or 0x946A00) is known color: Golden Brown. HEX triplet: 94, 6A and 00. RGB value is (148,106,0). Sum of RGB (Red+Green+Blue) = 148+106+0=254 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.27% from 254); Green value is 106 (41.80% from 255 or 41.73% from 254); Blue value is 0 (0.39% from 255 or 0% from 254); Max value from RGB is 148 - color contains mainly: red. Hex color #946A00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946A00 is #6B95FF. Grayscale: #6A6A6A. Windows color (decimal): -7050752 or 27284. OLE color: 27284.
HSL color Cylindrical-coordinate representation of color #946A00: hue angle of 42.97º 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 #946A00 is Cyan = 0, Magento = 0.28, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 106 | 0 | - |
| CMYK | 0 | 0.28 | 1 | 0.42 |
| HSL | 42.97º | 1% | 0.29% | - |
| HSV(B) | 42.97º | 1% | 0.58% | - |
| XYZ | 17.37 | 16.6 | 2.29 | - |
| YUV | 106.47 | 67.91 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 106 | 0 | 0 | 0.28 | 1 | 0.42 | 42.97 | 1 | 0.29 |
| Hex | 94 | 6A | 0 | 0 | 1C | 64 | 2A | 2B | 64 | 1D |
| Octal | 224 | 152 | 0 | 0 | 34 | 144 | 52 | 53 | 144 | 35 |
| Binary | 10010100 | 1101010 | 0 | 0 | 11100 | 1100100 | 101010 | 101011 | 1100100 | 11101 |
Color Harmonies of #946A00
Complementary color
Monochromatic Colors of #946A00
Black with #946A00
Text Example
Text Example
White with #946A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946A00; }
p { color: rgb(148,106,0); }
H1.HeaderClassName
{
color: #946A00;
}
.AnyTagClassName
{
color: #946A00;
}
</style>
background-color css
<style>
a { background-color: #946A00; }
a { background-color: rgb(148,106,0); }
div.DivClassName
{
background-color: #946A00;
}
.BgClassName
{
background-color: #946A00;
}
</style>
border-color css
<style>
span { border-color: #946A00; }
span { border-color: rgb(148,106,0); }
td.TdClassName
{
border-color: #946A00;
}
.TagClassName
{
border-color: #946A00;
}
</style>