Shades of Golden Brown #936301
Tints of Golden Brown #936301
RGB
CMYK
RGB Variations
Color information
#936301 (or 0x936301) is known color: Golden Brown. HEX triplet: 93, 63 and 01. RGB value is (147,99,1). Sum of RGB (Red+Green+Blue) = 147+99+1=247 (32% of max value = 765). Red value is 147 (57.81% from 255 or 59.51% from 247); Green value is 99 (39.06% from 255 or 40.08% from 247); Blue value is 1 (0.78% from 255 or 0.40% from 247); Max value from RGB is 147 - color contains mainly: red. Hex color #936301 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #936301 is #6C9CFE. Grayscale: #666666. Windows color (decimal): -7118079 or 91027. OLE color: 91027.
HSL color Cylindrical-coordinate representation of color #936301: hue angle of 40.27º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #936301 is Cyan = 0, Magento = 0.33, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 99 | 1 | - |
| CMYK | 0 | 0.33 | 0.99 | 0.42 |
| HSL | 40.27º | 0.99% | 0.29% | - |
| HSV(B) | 40.27º | 0.99% | 0.58% | - |
| XYZ | 16.5 | 15.13 | 2.08 | - |
| YUV | 102.18 | 70.9 | 159.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 99 | 1 | 0 | 0.33 | 0.99 | 0.42 | 40.27 | 0.99 | 0.29 |
| Hex | 93 | 63 | 1 | 0 | 21 | 63 | 2A | 28 | 63 | 1D |
| Octal | 223 | 143 | 1 | 0 | 41 | 143 | 52 | 50 | 143 | 35 |
| Binary | 10010011 | 1100011 | 1 | 0 | 100001 | 1100011 | 101010 | 101000 | 1100011 | 11101 |
Color Harmonies of #936301
Complementary color
Monochromatic Colors of #936301
Black with #936301
Text Example
Text Example
White with #936301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936301; }
p { color: rgb(147,99,1); }
H1.HeaderClassName
{
color: #936301;
}
.AnyTagClassName
{
color: #936301;
}
</style>
background-color css
<style>
a { background-color: #936301; }
a { background-color: rgb(147,99,1); }
div.DivClassName
{
background-color: #936301;
}
.BgClassName
{
background-color: #936301;
}
</style>
border-color css
<style>
span { border-color: #936301; }
span { border-color: rgb(147,99,1); }
td.TdClassName
{
border-color: #936301;
}
.TagClassName
{
border-color: #936301;
}
</style>