Shades of Golden Brown #896410
Tints of Golden Brown #896410
RGB
CMYK
RGB Variations
Color information
#896410 (or 0x896410) is known color: Golden Brown. HEX triplet: 89, 64 and 10. RGB value is (137,100,16). Sum of RGB (Red+Green+Blue) = 137+100+16=253 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.15% from 253); Green value is 100 (39.45% from 255 or 39.53% from 253); Blue value is 16 (6.64% from 255 or 6.32% from 253); Max value from RGB is 137 - color contains mainly: red. Hex color #896410 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #896410 is #769BEF. Grayscale: #656565. Windows color (decimal): -7773168 or 1074313. OLE color: 1074313.
HSL color Cylindrical-coordinate representation of color #896410: hue angle of 41.65º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #896410 is Cyan = 0, Magento = 0.27, Yellow = 0.88 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 100 | 16 | - |
| CMYK | 0 | 0.27 | 0.88 | 0.46 |
| HSL | 41.65º | 0.79% | 0.3% | - |
| HSV(B) | 41.65º | 0.88% | 0.54% | - |
| XYZ | 14.97 | 14.47 | 2.49 | - |
| YUV | 101.49 | 79.76 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 100 | 16 | 0 | 0.27 | 0.88 | 0.46 | 41.65 | 0.79 | 0.3 |
| Hex | 89 | 64 | 10 | 0 | 1B | 58 | 2E | 2A | 4F | 1E |
| Octal | 211 | 144 | 20 | 0 | 33 | 130 | 56 | 52 | 117 | 36 |
| Binary | 10001001 | 1100100 | 10000 | 0 | 11011 | 1011000 | 101110 | 101010 | 1001111 | 11110 |
Color Harmonies of #896410
Complementary color
Monochromatic Colors of #896410
Black with #896410
Text Example
Text Example
White with #896410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896410; }
p { color: rgb(137,100,16); }
H1.HeaderClassName
{
color: #896410;
}
.AnyTagClassName
{
color: #896410;
}
</style>
background-color css
<style>
a { background-color: #896410; }
a { background-color: rgb(137,100,16); }
div.DivClassName
{
background-color: #896410;
}
.BgClassName
{
background-color: #896410;
}
</style>
border-color css
<style>
span { border-color: #896410; }
span { border-color: rgb(137,100,16); }
td.TdClassName
{
border-color: #896410;
}
.TagClassName
{
border-color: #896410;
}
</style>