Shades of Golden Brown #936601
Tints of Golden Brown #936601
RGB
CMYK
RGB Variations
Color information
#936601 (or 0x936601) is known color: Golden Brown. HEX triplet: 93, 66 and 01. RGB value is (147,102,1). Sum of RGB (Red+Green+Blue) = 147+102+1=250 (33% of max value = 765). Red value is 147 (57.81% from 255 or 58.8% from 250); Green value is 102 (40.23% from 255 or 40.8% from 250); Blue value is 1 (0.78% from 255 or 0.4% from 250); Max value from RGB is 147 - color contains mainly: red. Hex color #936601 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #936601 is #6C99FE. Grayscale: #686868. Windows color (decimal): -7117311 or 91795. OLE color: 91795.
HSL color Cylindrical-coordinate representation of color #936601: hue angle of 41.51º 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 #936601 is Cyan = 0, Magento = 0.31, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 102 | 1 | - |
| CMYK | 0 | 0.31 | 0.99 | 0.42 |
| HSL | 41.51º | 0.99% | 0.29% | - |
| HSV(B) | 41.51º | 0.99% | 0.58% | - |
| XYZ | 16.79 | 15.71 | 2.18 | - |
| YUV | 103.94 | 69.91 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 102 | 1 | 0 | 0.31 | 0.99 | 0.42 | 41.51 | 0.99 | 0.29 |
| Hex | 93 | 66 | 1 | 0 | 1F | 63 | 2A | 2A | 63 | 1D |
| Octal | 223 | 146 | 1 | 0 | 37 | 143 | 52 | 52 | 143 | 35 |
| Binary | 10010011 | 1100110 | 1 | 0 | 11111 | 1100011 | 101010 | 101010 | 1100011 | 11101 |
Color Harmonies of #936601
Complementary color
Monochromatic Colors of #936601
Black with #936601
Text Example
Text Example
White with #936601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936601; }
p { color: rgb(147,102,1); }
H1.HeaderClassName
{
color: #936601;
}
.AnyTagClassName
{
color: #936601;
}
</style>
background-color css
<style>
a { background-color: #936601; }
a { background-color: rgb(147,102,1); }
div.DivClassName
{
background-color: #936601;
}
.BgClassName
{
background-color: #936601;
}
</style>
border-color css
<style>
span { border-color: #936601; }
span { border-color: rgb(147,102,1); }
td.TdClassName
{
border-color: #936601;
}
.TagClassName
{
border-color: #936601;
}
</style>