Shades of Golden Brown #89610A
Tints of Golden Brown #89610A
RGB
CMYK
RGB Variations
Color information
#89610A (or 0x89610A) is known color: Golden Brown. HEX triplet: 89, 61 and 0A. RGB value is (137,97,10). Sum of RGB (Red+Green+Blue) = 137+97+10=244 (32% of max value = 765). Red value is 137 (53.91% from 255 or 56.15% from 244); Green value is 97 (38.28% from 255 or 39.75% from 244); Blue value is 10 (4.30% from 255 or 4.10% from 244); Max value from RGB is 137 - color contains mainly: red. Hex color #89610A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #89610A is #769EF5. Grayscale: #636363. Windows color (decimal): -7773942 or 680329. OLE color: 680329.
HSL color Cylindrical-coordinate representation of color #89610A: hue angle of 41.1º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #89610A is Cyan = 0, Magento = 0.29, Yellow = 0.93 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 97 | 10 | - |
| CMYK | 0 | 0.29 | 0.93 | 0.46 |
| HSL | 41.1º | 0.86% | 0.29% | - |
| HSV(B) | 41.1º | 0.93% | 0.54% | - |
| XYZ | 14.65 | 13.89 | 2.2 | - |
| YUV | 99.04 | 77.75 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 97 | 10 | 0 | 0.29 | 0.93 | 0.46 | 41.1 | 0.86 | 0.29 |
| Hex | 89 | 61 | A | 0 | 1D | 5D | 2E | 29 | 56 | 1D |
| Octal | 211 | 141 | 12 | 0 | 35 | 135 | 56 | 51 | 126 | 35 |
| Binary | 10001001 | 1100001 | 1010 | 0 | 11101 | 1011101 | 101110 | 101001 | 1010110 | 11101 |
Color Harmonies of #89610A
Complementary color
Monochromatic Colors of #89610A
Black with #89610A
Text Example
Text Example
White with #89610A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89610A; }
p { color: rgb(137,97,10); }
H1.HeaderClassName
{
color: #89610A;
}
.AnyTagClassName
{
color: #89610A;
}
</style>
background-color css
<style>
a { background-color: #89610A; }
a { background-color: rgb(137,97,10); }
div.DivClassName
{
background-color: #89610A;
}
.BgClassName
{
background-color: #89610A;
}
</style>
border-color css
<style>
span { border-color: #89610A; }
span { border-color: rgb(137,97,10); }
td.TdClassName
{
border-color: #89610A;
}
.TagClassName
{
border-color: #89610A;
}
</style>