Shades of Golden Brown #936A18
Tints of Golden Brown #936A18
RGB
CMYK
RGB Variations
Color information
#936A18 (or 0x936A18) is known color: Golden Brown. HEX triplet: 93, 6A and 18. RGB value is (147,106,24). Sum of RGB (Red+Green+Blue) = 147+106+24=277 (36% of max value = 765). Red value is 147 (57.81% from 255 or 53.07% from 277); Green value is 106 (41.80% from 255 or 38.27% from 277); Blue value is 24 (9.77% from 255 or 8.66% from 277); Max value from RGB is 147 - color contains mainly: red. Hex color #936A18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #936A18 is #6C95E7. Grayscale: #6D6D6D. Windows color (decimal): -7116264 or 1600147. OLE color: 1600147.
HSL color Cylindrical-coordinate representation of color #936A18: hue angle of 40º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #936A18 is Cyan = 0, Magento = 0.28, Yellow = 0.84 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 106 | 24 | - |
| CMYK | 0 | 0.28 | 0.84 | 0.42 |
| HSL | 40º | 0.72% | 0.34% | - |
| HSV(B) | 40º | 0.84% | 0.58% | - |
| XYZ | 17.35 | 16.58 | 3.15 | - |
| YUV | 108.91 | 80.08 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 106 | 24 | 0 | 0.28 | 0.84 | 0.42 | 40 | 0.72 | 0.34 |
| Hex | 93 | 6A | 18 | 0 | 1C | 54 | 2A | 28 | 48 | 22 |
| Octal | 223 | 152 | 30 | 0 | 34 | 124 | 52 | 50 | 110 | 42 |
| Binary | 10010011 | 1101010 | 11000 | 0 | 11100 | 1010100 | 101010 | 101000 | 1001000 | 100010 |
Color Harmonies of #936A18
Complementary color
Monochromatic Colors of #936A18
Black with #936A18
Text Example
Text Example
White with #936A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936A18; }
p { color: rgb(147,106,24); }
H1.HeaderClassName
{
color: #936A18;
}
.AnyTagClassName
{
color: #936A18;
}
</style>
background-color css
<style>
a { background-color: #936A18; }
a { background-color: rgb(147,106,24); }
div.DivClassName
{
background-color: #936A18;
}
.BgClassName
{
background-color: #936A18;
}
</style>
border-color css
<style>
span { border-color: #936A18; }
span { border-color: rgb(147,106,24); }
td.TdClassName
{
border-color: #936A18;
}
.TagClassName
{
border-color: #936A18;
}
</style>