Shades of Golden Brown #93640B
Tints of Golden Brown #93640B
RGB
CMYK
RGB Variations
Color information
#93640B (or 0x93640B) is known color: Golden Brown. HEX triplet: 93, 64 and 0B. RGB value is (147,100,11). Sum of RGB (Red+Green+Blue) = 147+100+11=258 (34% of max value = 765). Red value is 147 (57.81% from 255 or 56.98% from 258); Green value is 100 (39.45% from 255 or 38.76% from 258); Blue value is 11 (4.69% from 255 or 4.26% from 258); Max value from RGB is 147 - color contains mainly: red. Hex color #93640B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #93640B is #6C9BF4. Grayscale: #686868. Windows color (decimal): -7117813 or 746643. OLE color: 746643.
HSL color Cylindrical-coordinate representation of color #93640B: hue angle of 39.26º 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 #93640B is Cyan = 0, Magento = 0.32, Yellow = 0.93 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 100 | 11 | - |
| CMYK | 0 | 0.32 | 0.93 | 0.42 |
| HSL | 39.26º | 0.86% | 0.31% | - |
| HSV(B) | 39.26º | 0.93% | 0.58% | - |
| XYZ | 16.65 | 15.34 | 2.4 | - |
| YUV | 103.91 | 75.57 | 158.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 100 | 11 | 0 | 0.32 | 0.93 | 0.42 | 39.26 | 0.86 | 0.31 |
| Hex | 93 | 64 | B | 0 | 20 | 5D | 2A | 27 | 56 | 1F |
| Octal | 223 | 144 | 13 | 0 | 40 | 135 | 52 | 47 | 126 | 37 |
| Binary | 10010011 | 1100100 | 1011 | 0 | 100000 | 1011101 | 101010 | 100111 | 1010110 | 11111 |
Color Harmonies of #93640B
Complementary color
Monochromatic Colors of #93640B
Black with #93640B
Text Example
Text Example
White with #93640B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93640B; }
p { color: rgb(147,100,11); }
H1.HeaderClassName
{
color: #93640B;
}
.AnyTagClassName
{
color: #93640B;
}
</style>
background-color css
<style>
a { background-color: #93640B; }
a { background-color: rgb(147,100,11); }
div.DivClassName
{
background-color: #93640B;
}
.BgClassName
{
background-color: #93640B;
}
</style>
border-color css
<style>
span { border-color: #93640B; }
span { border-color: rgb(147,100,11); }
td.TdClassName
{
border-color: #93640B;
}
.TagClassName
{
border-color: #93640B;
}
</style>