Shades of Golden Brown #89650B
Tints of Golden Brown #89650B
RGB
CMYK
RGB Variations
Color information
#89650B (or 0x89650B) is known color: Golden Brown. HEX triplet: 89, 65 and 0B. RGB value is (137,101,11). Sum of RGB (Red+Green+Blue) = 137+101+11=249 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.02% from 249); Green value is 101 (39.84% from 255 or 40.56% from 249); Blue value is 11 (4.69% from 255 or 4.42% from 249); Max value from RGB is 137 - color contains mainly: red. Hex color #89650B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #89650B is #769AF4. Grayscale: #656565. Windows color (decimal): -7772917 or 746889. OLE color: 746889.
HSL color Cylindrical-coordinate representation of color #89650B: hue angle of 42.86º 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 #89650B is Cyan = 0, Magento = 0.26, Yellow = 0.92 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 101 | 11 | - |
| CMYK | 0 | 0.26 | 0.92 | 0.46 |
| HSL | 42.86º | 0.85% | 0.29% | - |
| HSV(B) | 42.86º | 0.92% | 0.54% | - |
| XYZ | 15.03 | 14.65 | 2.35 | - |
| YUV | 101.5 | 76.93 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 101 | 11 | 0 | 0.26 | 0.92 | 0.46 | 42.86 | 0.85 | 0.29 |
| Hex | 89 | 65 | B | 0 | 1A | 5C | 2E | 2B | 55 | 1D |
| Octal | 211 | 145 | 13 | 0 | 32 | 134 | 56 | 53 | 125 | 35 |
| Binary | 10001001 | 1100101 | 1011 | 0 | 11010 | 1011100 | 101110 | 101011 | 1010101 | 11101 |
Color Harmonies of #89650B
Complementary color
Monochromatic Colors of #89650B
Black with #89650B
Text Example
Text Example
White with #89650B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89650B; }
p { color: rgb(137,101,11); }
H1.HeaderClassName
{
color: #89650B;
}
.AnyTagClassName
{
color: #89650B;
}
</style>
background-color css
<style>
a { background-color: #89650B; }
a { background-color: rgb(137,101,11); }
div.DivClassName
{
background-color: #89650B;
}
.BgClassName
{
background-color: #89650B;
}
</style>
border-color css
<style>
span { border-color: #89650B; }
span { border-color: rgb(137,101,11); }
td.TdClassName
{
border-color: #89650B;
}
.TagClassName
{
border-color: #89650B;
}
</style>