Shades of Golden Brown #936700
Tints of Golden Brown #936700
RGB
CMYK
RGB Variations
Color information
#936700 (or 0x936700) is known color: Golden Brown. HEX triplet: 93, 67 and 00. RGB value is (147,103,0). Sum of RGB (Red+Green+Blue) = 147+103+0=250 (33% of max value = 765). Red value is 147 (57.81% from 255 or 58.8% from 250); Green value is 103 (40.62% from 255 or 41.2% from 250); Blue value is 0 (0.39% from 255 or 0% from 250); Max value from RGB is 147 - color contains mainly: red. Hex color #936700 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #936700 is #6C98FF. Grayscale: #686868. Windows color (decimal): -7117056 or 26515. OLE color: 26515.
HSL color Cylindrical-coordinate representation of color #936700: hue angle of 42.04º 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 #936700 is Cyan = 0, Magento = 0.30, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 103 | 0 | - |
| CMYK | 0 | 0.30 | 1 | 0.42 |
| HSL | 42.04º | 1% | 0.29% | - |
| HSV(B) | 42.04º | 1% | 0.58% | - |
| XYZ | 16.88 | 15.9 | 2.18 | - |
| YUV | 104.41 | 69.08 | 158.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 103 | 0 | 0 | 0.30 | 1 | 0.42 | 42.04 | 1 | 0.29 |
| Hex | 93 | 67 | 0 | 0 | 1E | 64 | 2A | 2A | 64 | 1D |
| Octal | 223 | 147 | 0 | 0 | 36 | 144 | 52 | 52 | 144 | 35 |
| Binary | 10010011 | 1100111 | 0 | 0 | 11110 | 1100100 | 101010 | 101010 | 1100100 | 11101 |
Color Harmonies of #936700
Complementary color
Monochromatic Colors of #936700
Black with #936700
Text Example
Text Example
White with #936700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936700; }
p { color: rgb(147,103,0); }
H1.HeaderClassName
{
color: #936700;
}
.AnyTagClassName
{
color: #936700;
}
</style>
background-color css
<style>
a { background-color: #936700; }
a { background-color: rgb(147,103,0); }
div.DivClassName
{
background-color: #936700;
}
.BgClassName
{
background-color: #936700;
}
</style>
border-color css
<style>
span { border-color: #936700; }
span { border-color: rgb(147,103,0); }
td.TdClassName
{
border-color: #936700;
}
.TagClassName
{
border-color: #936700;
}
</style>