Shades of Golden Brown #89690C
Tints of Golden Brown #89690C
RGB
CMYK
RGB Variations
Color information
#89690C (or 0x89690C) is known color: Golden Brown. HEX triplet: 89, 69 and 0C. RGB value is (137,105,12). Sum of RGB (Red+Green+Blue) = 137+105+12=254 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.94% from 254); Green value is 105 (41.41% from 255 or 41.34% from 254); Blue value is 12 (5.08% from 255 or 4.72% from 254); Max value from RGB is 137 - color contains mainly: red. Hex color #89690C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #89690C is #7696F3. Grayscale: #686868. Windows color (decimal): -7771892 or 813449. OLE color: 813449.
HSL color Cylindrical-coordinate representation of color #89690C: hue angle of 44.64º 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 #89690C is Cyan = 0, Magento = 0.23, Yellow = 0.91 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 105 | 12 | - |
| CMYK | 0 | 0.23 | 0.91 | 0.46 |
| HSL | 44.64º | 0.84% | 0.29% | - |
| HSV(B) | 44.64º | 0.91% | 0.54% | - |
| XYZ | 15.43 | 15.45 | 2.52 | - |
| YUV | 103.97 | 76.1 | 151.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 105 | 12 | 0 | 0.23 | 0.91 | 0.46 | 44.64 | 0.84 | 0.29 |
| Hex | 89 | 69 | C | 0 | 17 | 5B | 2E | 2D | 54 | 1D |
| Octal | 211 | 151 | 14 | 0 | 27 | 133 | 56 | 55 | 124 | 35 |
| Binary | 10001001 | 1101001 | 1100 | 0 | 10111 | 1011011 | 101110 | 101101 | 1010100 | 11101 |
Color Harmonies of #89690C
Complementary color
Monochromatic Colors of #89690C
Black with #89690C
Text Example
Text Example
White with #89690C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89690C; }
p { color: rgb(137,105,12); }
H1.HeaderClassName
{
color: #89690C;
}
.AnyTagClassName
{
color: #89690C;
}
</style>
background-color css
<style>
a { background-color: #89690C; }
a { background-color: rgb(137,105,12); }
div.DivClassName
{
background-color: #89690C;
}
.BgClassName
{
background-color: #89690C;
}
</style>
border-color css
<style>
span { border-color: #89690C; }
span { border-color: rgb(137,105,12); }
td.TdClassName
{
border-color: #89690C;
}
.TagClassName
{
border-color: #89690C;
}
</style>