Shades of Golden Brown #93640E
Tints of Golden Brown #93640E
RGB
CMYK
RGB Variations
Color information
#93640E (or 0x93640E) is known color: Golden Brown. HEX triplet: 93, 64 and 0E. RGB value is (147,100,14). Sum of RGB (Red+Green+Blue) = 147+100+14=261 (34% of max value = 765). Red value is 147 (57.81% from 255 or 56.32% from 261); Green value is 100 (39.45% from 255 or 38.31% from 261); Blue value is 14 (5.86% from 255 or 5.36% from 261); Max value from RGB is 147 - color contains mainly: red. Hex color #93640E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #93640E is #6C9BF1. Grayscale: #686868. Windows color (decimal): -7117810 or 943251. OLE color: 943251.
HSL color Cylindrical-coordinate representation of color #93640E: hue angle of 38.8º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #93640E is Cyan = 0, Magento = 0.32, Yellow = 0.90 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 100 | 14 | - |
| CMYK | 0 | 0.32 | 0.90 | 0.42 |
| HSL | 38.8º | 0.83% | 0.32% | - |
| HSV(B) | 38.8º | 0.9% | 0.58% | - |
| XYZ | 16.67 | 15.35 | 2.5 | - |
| YUV | 104.25 | 77.07 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 100 | 14 | 0 | 0.32 | 0.90 | 0.42 | 38.8 | 0.83 | 0.32 |
| Hex | 93 | 64 | E | 0 | 20 | 5A | 2A | 27 | 53 | 20 |
| Octal | 223 | 144 | 16 | 0 | 40 | 132 | 52 | 47 | 123 | 40 |
| Binary | 10010011 | 1100100 | 1110 | 0 | 100000 | 1011010 | 101010 | 100111 | 1010011 | 100000 |
Color Harmonies of #93640E
Complementary color
Monochromatic Colors of #93640E
Black with #93640E
Text Example
Text Example
White with #93640E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93640E; }
p { color: rgb(147,100,14); }
H1.HeaderClassName
{
color: #93640E;
}
.AnyTagClassName
{
color: #93640E;
}
</style>
background-color css
<style>
a { background-color: #93640E; }
a { background-color: rgb(147,100,14); }
div.DivClassName
{
background-color: #93640E;
}
.BgClassName
{
background-color: #93640E;
}
</style>
border-color css
<style>
span { border-color: #93640E; }
span { border-color: rgb(147,100,14); }
td.TdClassName
{
border-color: #93640E;
}
.TagClassName
{
border-color: #93640E;
}
</style>