Shades of Golden Brown #89660A
Tints of Golden Brown #89660A
RGB
CMYK
RGB Variations
Color information
#89660A (or 0x89660A) is known color: Golden Brown. HEX triplet: 89, 66 and 0A. RGB value is (137,102,10). Sum of RGB (Red+Green+Blue) = 137+102+10=249 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.02% from 249); Green value is 102 (40.23% from 255 or 40.96% from 249); Blue value is 10 (4.30% from 255 or 4.02% from 249); Max value from RGB is 137 - color contains mainly: red. Hex color #89660A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #89660A is #7699F5. Grayscale: #666666. Windows color (decimal): -7772662 or 681609. OLE color: 681609.
HSL color Cylindrical-coordinate representation of color #89660A: hue angle of 43.46º 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 #89660A is Cyan = 0, Magento = 0.26, Yellow = 0.93 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 102 | 10 | - |
| CMYK | 0 | 0.26 | 0.93 | 0.46 |
| HSL | 43.46º | 0.86% | 0.29% | - |
| HSV(B) | 43.46º | 0.93% | 0.54% | - |
| XYZ | 15.12 | 14.84 | 2.36 | - |
| YUV | 101.98 | 76.1 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 102 | 10 | 0 | 0.26 | 0.93 | 0.46 | 43.46 | 0.86 | 0.29 |
| Hex | 89 | 66 | A | 0 | 1A | 5D | 2E | 2B | 56 | 1D |
| Octal | 211 | 146 | 12 | 0 | 32 | 135 | 56 | 53 | 126 | 35 |
| Binary | 10001001 | 1100110 | 1010 | 0 | 11010 | 1011101 | 101110 | 101011 | 1010110 | 11101 |
Color Harmonies of #89660A
Complementary color
Monochromatic Colors of #89660A
Black with #89660A
Text Example
Text Example
White with #89660A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89660A; }
p { color: rgb(137,102,10); }
H1.HeaderClassName
{
color: #89660A;
}
.AnyTagClassName
{
color: #89660A;
}
</style>
background-color css
<style>
a { background-color: #89660A; }
a { background-color: rgb(137,102,10); }
div.DivClassName
{
background-color: #89660A;
}
.BgClassName
{
background-color: #89660A;
}
</style>
border-color css
<style>
span { border-color: #89660A; }
span { border-color: rgb(137,102,10); }
td.TdClassName
{
border-color: #89660A;
}
.TagClassName
{
border-color: #89660A;
}
</style>