Shades of Golden Brown #89690B
Tints of Golden Brown #89690B
RGB
CMYK
RGB Variations
Color information
#89690B (or 0x89690B) is known color: Golden Brown. HEX triplet: 89, 69 and 0B. RGB value is (137,105,11). Sum of RGB (Red+Green+Blue) = 137+105+11=253 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.15% from 253); Green value is 105 (41.41% from 255 or 41.50% from 253); Blue value is 11 (4.69% from 255 or 4.35% from 253); Max value from RGB is 137 - color contains mainly: red. Hex color #89690B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #89690B is #7696F4. Grayscale: #686868. Windows color (decimal): -7771893 or 747913. OLE color: 747913.
HSL color Cylindrical-coordinate representation of color #89690B: hue angle of 44.76º 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 #89690B is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 105 | 11 | - |
| CMYK | 0 | 0.23 | 0.92 | 0.46 |
| HSL | 44.76º | 0.85% | 0.29% | - |
| HSV(B) | 44.76º | 0.92% | 0.54% | - |
| XYZ | 15.43 | 15.45 | 2.48 | - |
| YUV | 103.85 | 75.6 | 151.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 105 | 11 | 0 | 0.23 | 0.92 | 0.46 | 44.76 | 0.85 | 0.29 |
| Hex | 89 | 69 | B | 0 | 17 | 5C | 2E | 2D | 55 | 1D |
| Octal | 211 | 151 | 13 | 0 | 27 | 134 | 56 | 55 | 125 | 35 |
| Binary | 10001001 | 1101001 | 1011 | 0 | 10111 | 1011100 | 101110 | 101101 | 1010101 | 11101 |
Color Harmonies of #89690B
Complementary color
Monochromatic Colors of #89690B
Black with #89690B
Text Example
Text Example
White with #89690B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89690B; }
p { color: rgb(137,105,11); }
H1.HeaderClassName
{
color: #89690B;
}
.AnyTagClassName
{
color: #89690B;
}
</style>
background-color css
<style>
a { background-color: #89690B; }
a { background-color: rgb(137,105,11); }
div.DivClassName
{
background-color: #89690B;
}
.BgClassName
{
background-color: #89690B;
}
</style>
border-color css
<style>
span { border-color: #89690B; }
span { border-color: rgb(137,105,11); }
td.TdClassName
{
border-color: #89690B;
}
.TagClassName
{
border-color: #89690B;
}
</style>