Shades of Golden Brown #89610C
Tints of Golden Brown #89610C
RGB
CMYK
RGB Variations
Color information
#89610C (or 0x89610C) is known color: Golden Brown. HEX triplet: 89, 61 and 0C. RGB value is (137,97,12). Sum of RGB (Red+Green+Blue) = 137+97+12=246 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.69% from 246); Green value is 97 (38.28% from 255 or 39.43% from 246); Blue value is 12 (5.08% from 255 or 4.88% from 246); Max value from RGB is 137 - color contains mainly: red. Hex color #89610C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #89610C is #769EF3. Grayscale: #636363. Windows color (decimal): -7773940 or 811401. OLE color: 811401.
HSL color Cylindrical-coordinate representation of color #89610C: hue angle of 40.8º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #89610C is Cyan = 0, Magento = 0.29, Yellow = 0.91 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 97 | 12 | - |
| CMYK | 0 | 0.29 | 0.91 | 0.46 |
| HSL | 40.8º | 0.84% | 0.29% | - |
| HSV(B) | 40.8º | 0.91% | 0.54% | - |
| XYZ | 14.66 | 13.89 | 2.26 | - |
| YUV | 99.27 | 78.75 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 97 | 12 | 0 | 0.29 | 0.91 | 0.46 | 40.8 | 0.84 | 0.29 |
| Hex | 89 | 61 | C | 0 | 1D | 5B | 2E | 29 | 54 | 1D |
| Octal | 211 | 141 | 14 | 0 | 35 | 133 | 56 | 51 | 124 | 35 |
| Binary | 10001001 | 1100001 | 1100 | 0 | 11101 | 1011011 | 101110 | 101001 | 1010100 | 11101 |
Color Harmonies of #89610C
Complementary color
Monochromatic Colors of #89610C
Black with #89610C
Text Example
Text Example
White with #89610C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89610C; }
p { color: rgb(137,97,12); }
H1.HeaderClassName
{
color: #89610C;
}
.AnyTagClassName
{
color: #89610C;
}
</style>
background-color css
<style>
a { background-color: #89610C; }
a { background-color: rgb(137,97,12); }
div.DivClassName
{
background-color: #89610C;
}
.BgClassName
{
background-color: #89610C;
}
</style>
border-color css
<style>
span { border-color: #89610C; }
span { border-color: rgb(137,97,12); }
td.TdClassName
{
border-color: #89610C;
}
.TagClassName
{
border-color: #89610C;
}
</style>