Shades of Golden Brown #93610C
Tints of Golden Brown #93610C
RGB
CMYK
RGB Variations
Color information
#93610C (or 0x93610C) is known color: Golden Brown. HEX triplet: 93, 61 and 0C. RGB value is (147,97,12). Sum of RGB (Red+Green+Blue) = 147+97+12=256 (33% of max value = 765). Red value is 147 (57.81% from 255 or 57.42% from 256); Green value is 97 (38.28% from 255 or 37.89% from 256); Blue value is 12 (5.08% from 255 or 4.69% from 256); Max value from RGB is 147 - color contains mainly: red. Hex color #93610C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #93610C is #6C9EF3. Grayscale: #666666. Windows color (decimal): -7118580 or 811411. OLE color: 811411.
HSL color Cylindrical-coordinate representation of color #93610C: hue angle of 37.78º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #93610C is Cyan = 0, Magento = 0.34, Yellow = 0.92 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 97 | 12 | - |
| CMYK | 0 | 0.34 | 0.92 | 0.42 |
| HSL | 37.78º | 0.85% | 0.31% | - |
| HSV(B) | 37.78º | 0.92% | 0.58% | - |
| XYZ | 16.37 | 14.78 | 2.34 | - |
| YUV | 102.26 | 77.07 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 97 | 12 | 0 | 0.34 | 0.92 | 0.42 | 37.78 | 0.85 | 0.31 |
| Hex | 93 | 61 | C | 0 | 22 | 5C | 2A | 26 | 55 | 1F |
| Octal | 223 | 141 | 14 | 0 | 42 | 134 | 52 | 46 | 125 | 37 |
| Binary | 10010011 | 1100001 | 1100 | 0 | 100010 | 1011100 | 101010 | 100110 | 1010101 | 11111 |
Color Harmonies of #93610C
Complementary color
Monochromatic Colors of #93610C
Black with #93610C
Text Example
Text Example
White with #93610C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93610C; }
p { color: rgb(147,97,12); }
H1.HeaderClassName
{
color: #93610C;
}
.AnyTagClassName
{
color: #93610C;
}
</style>
background-color css
<style>
a { background-color: #93610C; }
a { background-color: rgb(147,97,12); }
div.DivClassName
{
background-color: #93610C;
}
.BgClassName
{
background-color: #93610C;
}
</style>
border-color css
<style>
span { border-color: #93610C; }
span { border-color: rgb(147,97,12); }
td.TdClassName
{
border-color: #93610C;
}
.TagClassName
{
border-color: #93610C;
}
</style>