Shades of Golden Brown #936C10
Tints of Golden Brown #936C10
RGB
CMYK
RGB Variations
Color information
#936C10 (or 0x936C10) is known color: Golden Brown. HEX triplet: 93, 6C and 10. RGB value is (147,108,16). Sum of RGB (Red+Green+Blue) = 147+108+16=271 (35% of max value = 765). Red value is 147 (57.81% from 255 or 54.24% from 271); Green value is 108 (42.58% from 255 or 39.85% from 271); Blue value is 16 (6.64% from 255 or 5.90% from 271); Max value from RGB is 147 - color contains mainly: red. Hex color #936C10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #936C10 is #6C93EF. Grayscale: #6D6D6D. Windows color (decimal): -7115760 or 1076371. OLE color: 1076371.
HSL color Cylindrical-coordinate representation of color #936C10: hue angle of 42.14º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #936C10 is Cyan = 0, Magento = 0.27, Yellow = 0.89 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 108 | 16 | - |
| CMYK | 0 | 0.27 | 0.89 | 0.42 |
| HSL | 42.14º | 0.8% | 0.32% | - |
| HSV(B) | 42.14º | 0.89% | 0.58% | - |
| XYZ | 17.49 | 16.97 | 2.84 | - |
| YUV | 109.17 | 75.42 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 108 | 16 | 0 | 0.27 | 0.89 | 0.42 | 42.14 | 0.8 | 0.32 |
| Hex | 93 | 6C | 10 | 0 | 1B | 59 | 2A | 2A | 50 | 20 |
| Octal | 223 | 154 | 20 | 0 | 33 | 131 | 52 | 52 | 120 | 40 |
| Binary | 10010011 | 1101100 | 10000 | 0 | 11011 | 1011001 | 101010 | 101010 | 1010000 | 100000 |
Color Harmonies of #936C10
Complementary color
Monochromatic Colors of #936C10
Black with #936C10
Text Example
Text Example
White with #936C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936C10; }
p { color: rgb(147,108,16); }
H1.HeaderClassName
{
color: #936C10;
}
.AnyTagClassName
{
color: #936C10;
}
</style>
background-color css
<style>
a { background-color: #936C10; }
a { background-color: rgb(147,108,16); }
div.DivClassName
{
background-color: #936C10;
}
.BgClassName
{
background-color: #936C10;
}
</style>
border-color css
<style>
span { border-color: #936C10; }
span { border-color: rgb(147,108,16); }
td.TdClassName
{
border-color: #936C10;
}
.TagClassName
{
border-color: #936C10;
}
</style>