Shades of Golden Brown #936804
Tints of Golden Brown #936804
RGB
CMYK
RGB Variations
Color information
#936804 (or 0x936804) is known color: Golden Brown. HEX triplet: 93, 68 and 04. RGB value is (147,104,4). Sum of RGB (Red+Green+Blue) = 147+104+4=255 (33% of max value = 765). Red value is 147 (57.81% from 255 or 57.65% from 255); Green value is 104 (41.02% from 255 or 40.78% from 255); Blue value is 4 (1.95% from 255 or 1.57% from 255); Max value from RGB is 147 - color contains mainly: red. Hex color #936804 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #936804 is #6C97FB. Grayscale: #696969. Windows color (decimal): -7116796 or 288915. OLE color: 288915.
HSL color Cylindrical-coordinate representation of color #936804: hue angle of 41.96º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #936804 is Cyan = 0, Magento = 0.29, Yellow = 0.97 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 104 | 4 | - |
| CMYK | 0 | 0.29 | 0.97 | 0.42 |
| HSL | 41.96º | 0.95% | 0.3% | - |
| HSV(B) | 41.96º | 0.97% | 0.58% | - |
| XYZ | 17 | 16.11 | 2.33 | - |
| YUV | 105.46 | 70.75 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 104 | 4 | 0 | 0.29 | 0.97 | 0.42 | 41.96 | 0.95 | 0.3 |
| Hex | 93 | 68 | 4 | 0 | 1D | 61 | 2A | 2A | 5F | 1E |
| Octal | 223 | 150 | 4 | 0 | 35 | 141 | 52 | 52 | 137 | 36 |
| Binary | 10010011 | 1101000 | 100 | 0 | 11101 | 1100001 | 101010 | 101010 | 1011111 | 11110 |
Color Harmonies of #936804
Complementary color
Monochromatic Colors of #936804
Black with #936804
Text Example
Text Example
White with #936804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936804; }
p { color: rgb(147,104,4); }
H1.HeaderClassName
{
color: #936804;
}
.AnyTagClassName
{
color: #936804;
}
</style>
background-color css
<style>
a { background-color: #936804; }
a { background-color: rgb(147,104,4); }
div.DivClassName
{
background-color: #936804;
}
.BgClassName
{
background-color: #936804;
}
</style>
border-color css
<style>
span { border-color: #936804; }
span { border-color: rgb(147,104,4); }
td.TdClassName
{
border-color: #936804;
}
.TagClassName
{
border-color: #936804;
}
</style>