Shades of Golden Brown #896105
Tints of Golden Brown #896105
RGB
CMYK
RGB Variations
Color information
#896105 (or 0x896105) is known color: Golden Brown. HEX triplet: 89, 61 and 05. RGB value is (137,97,5). Sum of RGB (Red+Green+Blue) = 137+97+5=239 (31% of max value = 765). Red value is 137 (53.91% from 255 or 57.32% from 239); Green value is 97 (38.28% from 255 or 40.59% from 239); Blue value is 5 (2.34% from 255 or 2.09% from 239); Max value from RGB is 137 - color contains mainly: red. Hex color #896105 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #896105 is #769EFA. Grayscale: #626262. Windows color (decimal): -7773947 or 352649. OLE color: 352649.
HSL color Cylindrical-coordinate representation of color #896105: hue angle of 41.82º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #896105 is Cyan = 0, Magento = 0.29, Yellow = 0.96 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 97 | 5 | - |
| CMYK | 0 | 0.29 | 0.96 | 0.46 |
| HSL | 41.82º | 0.93% | 0.28% | - |
| HSV(B) | 41.82º | 0.96% | 0.54% | - |
| XYZ | 14.62 | 13.88 | 2.05 | - |
| YUV | 98.47 | 75.25 | 155.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 97 | 5 | 0 | 0.29 | 0.96 | 0.46 | 41.82 | 0.93 | 0.28 |
| Hex | 89 | 61 | 5 | 0 | 1D | 60 | 2E | 2A | 5D | 1C |
| Octal | 211 | 141 | 5 | 0 | 35 | 140 | 56 | 52 | 135 | 34 |
| Binary | 10001001 | 1100001 | 101 | 0 | 11101 | 1100000 | 101110 | 101010 | 1011101 | 11100 |
Color Harmonies of #896105
Complementary color
Monochromatic Colors of #896105
Black with #896105
Text Example
Text Example
White with #896105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896105; }
p { color: rgb(137,97,5); }
H1.HeaderClassName
{
color: #896105;
}
.AnyTagClassName
{
color: #896105;
}
</style>
background-color css
<style>
a { background-color: #896105; }
a { background-color: rgb(137,97,5); }
div.DivClassName
{
background-color: #896105;
}
.BgClassName
{
background-color: #896105;
}
</style>
border-color css
<style>
span { border-color: #896105; }
span { border-color: rgb(137,97,5); }
td.TdClassName
{
border-color: #896105;
}
.TagClassName
{
border-color: #896105;
}
</style>