Shades of Golden Brown #936B16
Tints of Golden Brown #936B16
RGB
CMYK
RGB Variations
Color information
#936B16 (or 0x936B16) is known color: Golden Brown. HEX triplet: 93, 6B and 16. RGB value is (147,107,22). Sum of RGB (Red+Green+Blue) = 147+107+22=276 (36% of max value = 765). Red value is 147 (57.81% from 255 or 53.26% from 276); Green value is 107 (42.19% from 255 or 38.77% from 276); Blue value is 22 (8.98% from 255 or 7.97% from 276); Max value from RGB is 147 - color contains mainly: red. Hex color #936B16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #936B16 is #6C94E9. Grayscale: #6D6D6D. Windows color (decimal): -7116010 or 1469331. OLE color: 1469331.
HSL color Cylindrical-coordinate representation of color #936B16: hue angle of 40.8º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #936B16 is Cyan = 0, Magento = 0.27, Yellow = 0.85 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 107 | 22 | - |
| CMYK | 0 | 0.27 | 0.85 | 0.42 |
| HSL | 40.8º | 0.74% | 0.33% | - |
| HSV(B) | 40.8º | 0.85% | 0.58% | - |
| XYZ | 17.44 | 16.78 | 3.08 | - |
| YUV | 109.27 | 78.75 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 107 | 22 | 0 | 0.27 | 0.85 | 0.42 | 40.8 | 0.74 | 0.33 |
| Hex | 93 | 6B | 16 | 0 | 1B | 55 | 2A | 29 | 4A | 21 |
| Octal | 223 | 153 | 26 | 0 | 33 | 125 | 52 | 51 | 112 | 41 |
| Binary | 10010011 | 1101011 | 10110 | 0 | 11011 | 1010101 | 101010 | 101001 | 1001010 | 100001 |
Color Harmonies of #936B16
Complementary color
Monochromatic Colors of #936B16
Black with #936B16
Text Example
Text Example
White with #936B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936B16; }
p { color: rgb(147,107,22); }
H1.HeaderClassName
{
color: #936B16;
}
.AnyTagClassName
{
color: #936B16;
}
</style>
background-color css
<style>
a { background-color: #936B16; }
a { background-color: rgb(147,107,22); }
div.DivClassName
{
background-color: #936B16;
}
.BgClassName
{
background-color: #936B16;
}
</style>
border-color css
<style>
span { border-color: #936B16; }
span { border-color: rgb(147,107,22); }
td.TdClassName
{
border-color: #936B16;
}
.TagClassName
{
border-color: #936B16;
}
</style>