Shades of Golden Brown #936900
Tints of Golden Brown #936900
RGB
CMYK
RGB Variations
Color information
#936900 (or 0x936900) is known color: Golden Brown. HEX triplet: 93, 69 and 00. RGB value is (147,105,0). Sum of RGB (Red+Green+Blue) = 147+105+0=252 (33% of max value = 765). Red value is 147 (57.81% from 255 or 58.33% from 252); Green value is 105 (41.41% from 255 or 41.67% from 252); Blue value is 0 (0.39% from 255 or 0% from 252); Max value from RGB is 147 - color contains mainly: red. Hex color #936900 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #936900 is #6C96FF. Grayscale: #6A6A6A. Windows color (decimal): -7116544 or 27027. OLE color: 27027.
HSL color Cylindrical-coordinate representation of color #936900: hue angle of 42.86º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #936900 is Cyan = 0, Magento = 0.29, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 105 | 0 | - |
| CMYK | 0 | 0.29 | 1 | 0.42 |
| HSL | 42.86º | 1% | 0.29% | - |
| HSV(B) | 42.86º | 1% | 0.58% | - |
| XYZ | 17.08 | 16.31 | 2.25 | - |
| YUV | 105.59 | 68.41 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 105 | 0 | 0 | 0.29 | 1 | 0.42 | 42.86 | 1 | 0.29 |
| Hex | 93 | 69 | 0 | 0 | 1D | 64 | 2A | 2B | 64 | 1D |
| Octal | 223 | 151 | 0 | 0 | 35 | 144 | 52 | 53 | 144 | 35 |
| Binary | 10010011 | 1101001 | 0 | 0 | 11101 | 1100100 | 101010 | 101011 | 1100100 | 11101 |
Color Harmonies of #936900
Complementary color
Monochromatic Colors of #936900
Black with #936900
Text Example
Text Example
White with #936900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936900; }
p { color: rgb(147,105,0); }
H1.HeaderClassName
{
color: #936900;
}
.AnyTagClassName
{
color: #936900;
}
</style>
background-color css
<style>
a { background-color: #936900; }
a { background-color: rgb(147,105,0); }
div.DivClassName
{
background-color: #936900;
}
.BgClassName
{
background-color: #936900;
}
</style>
border-color css
<style>
span { border-color: #936900; }
span { border-color: rgb(147,105,0); }
td.TdClassName
{
border-color: #936900;
}
.TagClassName
{
border-color: #936900;
}
</style>