Shades of Golden Brown #936808
Tints of Golden Brown #936808
RGB
CMYK
RGB Variations
Color information
#936808 (or 0x936808) is known color: Golden Brown. HEX triplet: 93, 68 and 08. RGB value is (147,104,8). Sum of RGB (Red+Green+Blue) = 147+104+8=259 (34% of max value = 765). Red value is 147 (57.81% from 255 or 56.76% from 259); Green value is 104 (41.02% from 255 or 40.15% from 259); Blue value is 8 (3.52% from 255 or 3.09% from 259); Max value from RGB is 147 - color contains mainly: red. Hex color #936808 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #936808 is #6C97F7. Grayscale: #6A6A6A. Windows color (decimal): -7116792 or 551059. OLE color: 551059.
HSL color Cylindrical-coordinate representation of color #936808: hue angle of 41.44º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #936808 is Cyan = 0, Magento = 0.29, Yellow = 0.95 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 104 | 8 | - |
| CMYK | 0 | 0.29 | 0.95 | 0.42 |
| HSL | 41.44º | 0.9% | 0.3% | - |
| HSV(B) | 41.44º | 0.95% | 0.58% | - |
| XYZ | 17.03 | 16.12 | 2.44 | - |
| YUV | 105.91 | 72.75 | 157.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 104 | 8 | 0 | 0.29 | 0.95 | 0.42 | 41.44 | 0.9 | 0.3 |
| Hex | 93 | 68 | 8 | 0 | 1D | 5F | 2A | 29 | 5A | 1E |
| Octal | 223 | 150 | 10 | 0 | 35 | 137 | 52 | 51 | 132 | 36 |
| Binary | 10010011 | 1101000 | 1000 | 0 | 11101 | 1011111 | 101010 | 101001 | 1011010 | 11110 |
Color Harmonies of #936808
Complementary color
Monochromatic Colors of #936808
Black with #936808
Text Example
Text Example
White with #936808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936808; }
p { color: rgb(147,104,8); }
H1.HeaderClassName
{
color: #936808;
}
.AnyTagClassName
{
color: #936808;
}
</style>
background-color css
<style>
a { background-color: #936808; }
a { background-color: rgb(147,104,8); }
div.DivClassName
{
background-color: #936808;
}
.BgClassName
{
background-color: #936808;
}
</style>
border-color css
<style>
span { border-color: #936808; }
span { border-color: rgb(147,104,8); }
td.TdClassName
{
border-color: #936808;
}
.TagClassName
{
border-color: #936808;
}
</style>