Shades of Golden Brown #945600
Tints of Golden Brown #945600
RGB
CMYK
RGB Variations
Color information
#945600 (or 0x945600) is known color: Golden Brown. HEX triplet: 94, 56 and 00. RGB value is (148,86,0). Sum of RGB (Red+Green+Blue) = 148+86+0=234 (30% of max value = 765). Red value is 148 (58.20% from 255 or 63.25% from 234); Green value is 86 (33.98% from 255 or 36.75% from 234); Blue value is 0 (0.39% from 255 or 0% from 234); Max value from RGB is 148 - color contains mainly: red. Hex color #945600 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #945600 is #6BA9FF. Grayscale: #5F5F5F. Windows color (decimal): -7055872 or 22164. OLE color: 22164.
HSL color Cylindrical-coordinate representation of color #945600: hue angle of 34.86º 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 #945600 is Cyan = 0, Magento = 0.42, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 86 | 0 | - |
| CMYK | 0 | 0.42 | 1 | 0.42 |
| HSL | 34.86º | 1% | 0.29% | - |
| HSV(B) | 34.86º | 1% | 0.58% | - |
| XYZ | 15.54 | 12.95 | 1.68 | - |
| YUV | 94.73 | 74.54 | 165.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 86 | 0 | 0 | 0.42 | 1 | 0.42 | 34.86 | 1 | 0.29 |
| Hex | 94 | 56 | 0 | 0 | 2A | 64 | 2A | 23 | 64 | 1D |
| Octal | 224 | 126 | 0 | 0 | 52 | 144 | 52 | 43 | 144 | 35 |
| Binary | 10010100 | 1010110 | 0 | 0 | 101010 | 1100100 | 101010 | 100011 | 1100100 | 11101 |
Color Harmonies of #945600
Complementary color
Monochromatic Colors of #945600
Black with #945600
Text Example
Text Example
White with #945600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945600; }
p { color: rgb(148,86,0); }
H1.HeaderClassName
{
color: #945600;
}
.AnyTagClassName
{
color: #945600;
}
</style>
background-color css
<style>
a { background-color: #945600; }
a { background-color: rgb(148,86,0); }
div.DivClassName
{
background-color: #945600;
}
.BgClassName
{
background-color: #945600;
}
</style>
border-color css
<style>
span { border-color: #945600; }
span { border-color: rgb(148,86,0); }
td.TdClassName
{
border-color: #945600;
}
.TagClassName
{
border-color: #945600;
}
</style>