Shades of Golden Brown #89680A
Tints of Golden Brown #89680A
RGB
CMYK
RGB Variations
Color information
#89680A (or 0x89680A) is known color: Golden Brown. HEX triplet: 89, 68 and 0A. RGB value is (137,104,10). Sum of RGB (Red+Green+Blue) = 137+104+10=251 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.58% from 251); Green value is 104 (41.02% from 255 or 41.43% from 251); Blue value is 10 (4.30% from 255 or 3.98% from 251); Max value from RGB is 137 - color contains mainly: red. Hex color #89680A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #89680A is #7697F5. Grayscale: #676767. Windows color (decimal): -7772150 or 682121. OLE color: 682121.
HSL color Cylindrical-coordinate representation of color #89680A: hue angle of 44.41º 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 #89680A is Cyan = 0, Magento = 0.24, Yellow = 0.93 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 104 | 10 | - |
| CMYK | 0 | 0.24 | 0.93 | 0.46 |
| HSL | 44.41º | 0.86% | 0.29% | - |
| HSV(B) | 44.41º | 0.93% | 0.54% | - |
| XYZ | 15.32 | 15.24 | 2.42 | - |
| YUV | 103.15 | 75.43 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 104 | 10 | 0 | 0.24 | 0.93 | 0.46 | 44.41 | 0.86 | 0.29 |
| Hex | 89 | 68 | A | 0 | 18 | 5D | 2E | 2C | 56 | 1D |
| Octal | 211 | 150 | 12 | 0 | 30 | 135 | 56 | 54 | 126 | 35 |
| Binary | 10001001 | 1101000 | 1010 | 0 | 11000 | 1011101 | 101110 | 101100 | 1010110 | 11101 |
Color Harmonies of #89680A
Complementary color
Monochromatic Colors of #89680A
Black with #89680A
Text Example
Text Example
White with #89680A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89680A; }
p { color: rgb(137,104,10); }
H1.HeaderClassName
{
color: #89680A;
}
.AnyTagClassName
{
color: #89680A;
}
</style>
background-color css
<style>
a { background-color: #89680A; }
a { background-color: rgb(137,104,10); }
div.DivClassName
{
background-color: #89680A;
}
.BgClassName
{
background-color: #89680A;
}
</style>
border-color css
<style>
span { border-color: #89680A; }
span { border-color: rgb(137,104,10); }
td.TdClassName
{
border-color: #89680A;
}
.TagClassName
{
border-color: #89680A;
}
</style>