Shades of Golden Brown #89600B
Tints of Golden Brown #89600B
RGB
CMYK
RGB Variations
Color information
#89600B (or 0x89600B) is known color: Golden Brown. HEX triplet: 89, 60 and 0B. RGB value is (137,96,11). Sum of RGB (Red+Green+Blue) = 137+96+11=244 (32% of max value = 765). Red value is 137 (53.91% from 255 or 56.15% from 244); Green value is 96 (37.89% from 255 or 39.34% from 244); Blue value is 11 (4.69% from 255 or 4.51% from 244); Max value from RGB is 137 - color contains mainly: red. Hex color #89600B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #89600B is #769FF4. Grayscale: #626262. Windows color (decimal): -7774197 or 745609. OLE color: 745609.
HSL color Cylindrical-coordinate representation of color #89600B: hue angle of 40.48º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #89600B is Cyan = 0, Magento = 0.30, Yellow = 0.92 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 96 | 11 | - |
| CMYK | 0 | 0.30 | 0.92 | 0.46 |
| HSL | 40.48º | 0.85% | 0.29% | - |
| HSV(B) | 40.48º | 0.92% | 0.54% | - |
| XYZ | 14.56 | 13.71 | 2.2 | - |
| YUV | 98.57 | 78.58 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 96 | 11 | 0 | 0.30 | 0.92 | 0.46 | 40.48 | 0.85 | 0.29 |
| Hex | 89 | 60 | B | 0 | 1E | 5C | 2E | 28 | 55 | 1D |
| Octal | 211 | 140 | 13 | 0 | 36 | 134 | 56 | 50 | 125 | 35 |
| Binary | 10001001 | 1100000 | 1011 | 0 | 11110 | 1011100 | 101110 | 101000 | 1010101 | 11101 |
Color Harmonies of #89600B
Complementary color
Monochromatic Colors of #89600B
Black with #89600B
Text Example
Text Example
White with #89600B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89600B; }
p { color: rgb(137,96,11); }
H1.HeaderClassName
{
color: #89600B;
}
.AnyTagClassName
{
color: #89600B;
}
</style>
background-color css
<style>
a { background-color: #89600B; }
a { background-color: rgb(137,96,11); }
div.DivClassName
{
background-color: #89600B;
}
.BgClassName
{
background-color: #89600B;
}
</style>
border-color css
<style>
span { border-color: #89600B; }
span { border-color: rgb(137,96,11); }
td.TdClassName
{
border-color: #89600B;
}
.TagClassName
{
border-color: #89600B;
}
</style>