Shades of Golden Brown #93600D
Tints of Golden Brown #93600D
RGB
CMYK
RGB Variations
Color information
#93600D (or 0x93600D) is known color: Golden Brown. HEX triplet: 93, 60 and 0D. RGB value is (147,96,13). Sum of RGB (Red+Green+Blue) = 147+96+13=256 (33% of max value = 765). Red value is 147 (57.81% from 255 or 57.42% from 256); Green value is 96 (37.89% from 255 or 37.5% from 256); Blue value is 13 (5.47% from 255 or 5.08% from 256); Max value from RGB is 147 - color contains mainly: red. Hex color #93600D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #93600D is #6C9FF2. Grayscale: #666666. Windows color (decimal): -7118835 or 876691. OLE color: 876691.
HSL color Cylindrical-coordinate representation of color #93600D: hue angle of 37.16º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #93600D is Cyan = 0, Magento = 0.35, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 96 | 13 | - |
| CMYK | 0 | 0.35 | 0.91 | 0.42 |
| HSL | 37.16º | 0.84% | 0.31% | - |
| HSV(B) | 37.16º | 0.91% | 0.58% | - |
| XYZ | 16.29 | 14.6 | 2.34 | - |
| YUV | 101.79 | 77.9 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 96 | 13 | 0 | 0.35 | 0.91 | 0.42 | 37.16 | 0.84 | 0.31 |
| Hex | 93 | 60 | D | 0 | 23 | 5B | 2A | 25 | 54 | 1F |
| Octal | 223 | 140 | 15 | 0 | 43 | 133 | 52 | 45 | 124 | 37 |
| Binary | 10010011 | 1100000 | 1101 | 0 | 100011 | 1011011 | 101010 | 100101 | 1010100 | 11111 |
Color Harmonies of #93600D
Complementary color
Monochromatic Colors of #93600D
Black with #93600D
Text Example
Text Example
White with #93600D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93600D; }
p { color: rgb(147,96,13); }
H1.HeaderClassName
{
color: #93600D;
}
.AnyTagClassName
{
color: #93600D;
}
</style>
background-color css
<style>
a { background-color: #93600D; }
a { background-color: rgb(147,96,13); }
div.DivClassName
{
background-color: #93600D;
}
.BgClassName
{
background-color: #93600D;
}
</style>
border-color css
<style>
span { border-color: #93600D; }
span { border-color: rgb(147,96,13); }
td.TdClassName
{
border-color: #93600D;
}
.TagClassName
{
border-color: #93600D;
}
</style>