Shades of Golden Brown #896908
Tints of Golden Brown #896908
RGB
CMYK
RGB Variations
Color information
#896908 (or 0x896908) is known color: Golden Brown. HEX triplet: 89, 69 and 08. RGB value is (137,105,8). Sum of RGB (Red+Green+Blue) = 137+105+8=250 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.8% from 250); Green value is 105 (41.41% from 255 or 42% from 250); Blue value is 8 (3.52% from 255 or 3.2% from 250); Max value from RGB is 137 - color contains mainly: red. Hex color #896908 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #896908 is #7696F7. Grayscale: #676767. Windows color (decimal): -7771896 or 551305. OLE color: 551305.
HSL color Cylindrical-coordinate representation of color #896908: hue angle of 45.12º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #896908 is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 105 | 8 | - |
| CMYK | 0 | 0.23 | 0.94 | 0.46 |
| HSL | 45.12º | 0.89% | 0.28% | - |
| HSV(B) | 45.12º | 0.94% | 0.54% | - |
| XYZ | 15.41 | 15.44 | 2.4 | - |
| YUV | 103.51 | 74.1 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 105 | 8 | 0 | 0.23 | 0.94 | 0.46 | 45.12 | 0.89 | 0.28 |
| Hex | 89 | 69 | 8 | 0 | 17 | 5E | 2E | 2D | 59 | 1C |
| Octal | 211 | 151 | 10 | 0 | 27 | 136 | 56 | 55 | 131 | 34 |
| Binary | 10001001 | 1101001 | 1000 | 0 | 10111 | 1011110 | 101110 | 101101 | 1011001 | 11100 |
Color Harmonies of #896908
Complementary color
Monochromatic Colors of #896908
Black with #896908
Text Example
Text Example
White with #896908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896908; }
p { color: rgb(137,105,8); }
H1.HeaderClassName
{
color: #896908;
}
.AnyTagClassName
{
color: #896908;
}
</style>
background-color css
<style>
a { background-color: #896908; }
a { background-color: rgb(137,105,8); }
div.DivClassName
{
background-color: #896908;
}
.BgClassName
{
background-color: #896908;
}
</style>
border-color css
<style>
span { border-color: #896908; }
span { border-color: rgb(137,105,8); }
td.TdClassName
{
border-color: #896908;
}
.TagClassName
{
border-color: #896908;
}
</style>