Shades of Golden Brown #935600
Tints of Golden Brown #935600
RGB
CMYK
RGB Variations
Color information
#935600 (or 0x935600) is known color: Golden Brown. HEX triplet: 93, 56 and 00. RGB value is (147,86,0). Sum of RGB (Red+Green+Blue) = 147+86+0=233 (30% of max value = 765). Red value is 147 (57.81% from 255 or 63.09% from 233); Green value is 86 (33.98% from 255 or 36.91% from 233); Blue value is 0 (0.39% from 255 or 0% from 233); Max value from RGB is 147 - color contains mainly: red. Hex color #935600 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #935600 is #6CA9FF. Grayscale: #5E5E5E. Windows color (decimal): -7121408 or 22163. OLE color: 22163.
HSL color Cylindrical-coordinate representation of color #935600: hue angle of 35.1º 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 #935600 is Cyan = 0, Magento = 0.41, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 86 | 0 | - |
| CMYK | 0 | 0.41 | 1 | 0.42 |
| HSL | 35.1º | 1% | 0.29% | - |
| HSV(B) | 35.1º | 1% | 0.58% | - |
| XYZ | 15.36 | 12.86 | 1.67 | - |
| YUV | 94.44 | 74.71 | 165.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 86 | 0 | 0 | 0.41 | 1 | 0.42 | 35.1 | 1 | 0.29 |
| Hex | 93 | 56 | 0 | 0 | 29 | 64 | 2A | 23 | 64 | 1D |
| Octal | 223 | 126 | 0 | 0 | 51 | 144 | 52 | 43 | 144 | 35 |
| Binary | 10010011 | 1010110 | 0 | 0 | 101001 | 1100100 | 101010 | 100011 | 1100100 | 11101 |
Color Harmonies of #935600
Complementary color
Monochromatic Colors of #935600
Black with #935600
Text Example
Text Example
White with #935600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935600; }
p { color: rgb(147,86,0); }
H1.HeaderClassName
{
color: #935600;
}
.AnyTagClassName
{
color: #935600;
}
</style>
background-color css
<style>
a { background-color: #935600; }
a { background-color: rgb(147,86,0); }
div.DivClassName
{
background-color: #935600;
}
.BgClassName
{
background-color: #935600;
}
</style>
border-color css
<style>
span { border-color: #935600; }
span { border-color: rgb(147,86,0); }
td.TdClassName
{
border-color: #935600;
}
.TagClassName
{
border-color: #935600;
}
</style>