Shades of Golden Brown #93660B
Tints of Golden Brown #93660B
RGB
CMYK
RGB Variations
Color information
#93660B (or 0x93660B) is known color: Golden Brown. HEX triplet: 93, 66 and 0B. RGB value is (147,102,11). Sum of RGB (Red+Green+Blue) = 147+102+11=260 (34% of max value = 765). Red value is 147 (57.81% from 255 or 56.54% from 260); Green value is 102 (40.23% from 255 or 39.23% from 260); Blue value is 11 (4.69% from 255 or 4.23% from 260); Max value from RGB is 147 - color contains mainly: red. Hex color #93660B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #93660B is #6C99F4. Grayscale: #696969. Windows color (decimal): -7117301 or 747155. OLE color: 747155.
HSL color Cylindrical-coordinate representation of color #93660B: hue angle of 40.15º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #93660B is Cyan = 0, Magento = 0.31, Yellow = 0.93 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 102 | 11 | - |
| CMYK | 0 | 0.31 | 0.93 | 0.42 |
| HSL | 40.15º | 0.86% | 0.31% | - |
| HSV(B) | 40.15º | 0.93% | 0.58% | - |
| XYZ | 16.84 | 15.73 | 2.46 | - |
| YUV | 105.08 | 74.91 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 102 | 11 | 0 | 0.31 | 0.93 | 0.42 | 40.15 | 0.86 | 0.31 |
| Hex | 93 | 66 | B | 0 | 1F | 5D | 2A | 28 | 56 | 1F |
| Octal | 223 | 146 | 13 | 0 | 37 | 135 | 52 | 50 | 126 | 37 |
| Binary | 10010011 | 1100110 | 1011 | 0 | 11111 | 1011101 | 101010 | 101000 | 1010110 | 11111 |
Color Harmonies of #93660B
Complementary color
Monochromatic Colors of #93660B
Black with #93660B
Text Example
Text Example
White with #93660B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93660B; }
p { color: rgb(147,102,11); }
H1.HeaderClassName
{
color: #93660B;
}
.AnyTagClassName
{
color: #93660B;
}
</style>
background-color css
<style>
a { background-color: #93660B; }
a { background-color: rgb(147,102,11); }
div.DivClassName
{
background-color: #93660B;
}
.BgClassName
{
background-color: #93660B;
}
</style>
border-color css
<style>
span { border-color: #93660B; }
span { border-color: rgb(147,102,11); }
td.TdClassName
{
border-color: #93660B;
}
.TagClassName
{
border-color: #93660B;
}
</style>