Shades of Golden Brown #896605
Tints of Golden Brown #896605
RGB
CMYK
RGB Variations
Color information
#896605 (or 0x896605) is known color: Golden Brown. HEX triplet: 89, 66 and 05. RGB value is (137,102,5). Sum of RGB (Red+Green+Blue) = 137+102+5=244 (32% of max value = 765). Red value is 137 (53.91% from 255 or 56.15% from 244); Green value is 102 (40.23% from 255 or 41.80% from 244); Blue value is 5 (2.34% from 255 or 2.05% from 244); Max value from RGB is 137 - color contains mainly: red. Hex color #896605 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #896605 is #7699FA. Grayscale: #656565. Windows color (decimal): -7772667 or 353929. OLE color: 353929.
HSL color Cylindrical-coordinate representation of color #896605: hue angle of 44.09º 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 #896605 is Cyan = 0, Magento = 0.26, Yellow = 0.96 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 102 | 5 | - |
| CMYK | 0 | 0.26 | 0.96 | 0.46 |
| HSL | 44.09º | 0.93% | 0.28% | - |
| HSV(B) | 44.09º | 0.96% | 0.54% | - |
| XYZ | 15.1 | 14.83 | 2.21 | - |
| YUV | 101.41 | 73.6 | 153.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 102 | 5 | 0 | 0.26 | 0.96 | 0.46 | 44.09 | 0.93 | 0.28 |
| Hex | 89 | 66 | 5 | 0 | 1A | 60 | 2E | 2C | 5D | 1C |
| Octal | 211 | 146 | 5 | 0 | 32 | 140 | 56 | 54 | 135 | 34 |
| Binary | 10001001 | 1100110 | 101 | 0 | 11010 | 1100000 | 101110 | 101100 | 1011101 | 11100 |
Color Harmonies of #896605
Complementary color
Monochromatic Colors of #896605
Black with #896605
Text Example
Text Example
White with #896605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896605; }
p { color: rgb(137,102,5); }
H1.HeaderClassName
{
color: #896605;
}
.AnyTagClassName
{
color: #896605;
}
</style>
background-color css
<style>
a { background-color: #896605; }
a { background-color: rgb(137,102,5); }
div.DivClassName
{
background-color: #896605;
}
.BgClassName
{
background-color: #896605;
}
</style>
border-color css
<style>
span { border-color: #896605; }
span { border-color: rgb(137,102,5); }
td.TdClassName
{
border-color: #896605;
}
.TagClassName
{
border-color: #896605;
}
</style>