Shades of Golden Brown #946300
Tints of Golden Brown #946300
RGB
CMYK
RGB Variations
Color information
#946300 (or 0x946300) is known color: Golden Brown. HEX triplet: 94, 63 and 00. RGB value is (148,99,0). Sum of RGB (Red+Green+Blue) = 148+99+0=247 (32% of max value = 765). Red value is 148 (58.20% from 255 or 59.92% from 247); Green value is 99 (39.06% from 255 or 40.08% from 247); Blue value is 0 (0.39% from 255 or 0% from 247); Max value from RGB is 148 - color contains mainly: red. Hex color #946300 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946300 is #6B9CFF. Grayscale: #666666. Windows color (decimal): -7052544 or 25492. OLE color: 25492.
HSL color Cylindrical-coordinate representation of color #946300: hue angle of 40.14º 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 #946300 is Cyan = 0, Magento = 0.33, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 99 | 0 | - |
| CMYK | 0 | 0.33 | 1 | 0.42 |
| HSL | 40.14º | 1% | 0.29% | - |
| HSV(B) | 40.14º | 1% | 0.58% | - |
| XYZ | 16.67 | 15.22 | 2.06 | - |
| YUV | 102.37 | 70.23 | 160.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 99 | 0 | 0 | 0.33 | 1 | 0.42 | 40.14 | 1 | 0.29 |
| Hex | 94 | 63 | 0 | 0 | 21 | 64 | 2A | 28 | 64 | 1D |
| Octal | 224 | 143 | 0 | 0 | 41 | 144 | 52 | 50 | 144 | 35 |
| Binary | 10010100 | 1100011 | 0 | 0 | 100001 | 1100100 | 101010 | 101000 | 1100100 | 11101 |
Color Harmonies of #946300
Complementary color
Monochromatic Colors of #946300
Black with #946300
Text Example
Text Example
White with #946300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946300; }
p { color: rgb(148,99,0); }
H1.HeaderClassName
{
color: #946300;
}
.AnyTagClassName
{
color: #946300;
}
</style>
background-color css
<style>
a { background-color: #946300; }
a { background-color: rgb(148,99,0); }
div.DivClassName
{
background-color: #946300;
}
.BgClassName
{
background-color: #946300;
}
</style>
border-color css
<style>
span { border-color: #946300; }
span { border-color: rgb(148,99,0); }
td.TdClassName
{
border-color: #946300;
}
.TagClassName
{
border-color: #946300;
}
</style>