Shades of Golden Brown #896701
Tints of Golden Brown #896701
RGB
CMYK
RGB Variations
Color information
#896701 (or 0x896701) is known color: Golden Brown. HEX triplet: 89, 67 and 01. RGB value is (137,103,1). Sum of RGB (Red+Green+Blue) = 137+103+1=241 (31% of max value = 765). Red value is 137 (53.91% from 255 or 56.85% from 241); Green value is 103 (40.62% from 255 or 42.74% from 241); Blue value is 1 (0.78% from 255 or 0.41% from 241); Max value from RGB is 137 - color contains mainly: red. Hex color #896701 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #896701 is #7698FE. Grayscale: #656565. Windows color (decimal): -7772415 or 92041. OLE color: 92041.
HSL color Cylindrical-coordinate representation of color #896701: hue angle of 45º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #896701 is Cyan = 0, Magento = 0.25, Yellow = 0.99 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 103 | 1 | - |
| CMYK | 0 | 0.25 | 0.99 | 0.46 |
| HSL | 45º | 0.99% | 0.27% | - |
| HSV(B) | 45º | 0.99% | 0.54% | - |
| XYZ | 15.17 | 15.02 | 2.13 | - |
| YUV | 101.54 | 71.26 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 103 | 1 | 0 | 0.25 | 0.99 | 0.46 | 45 | 0.99 | 0.27 |
| Hex | 89 | 67 | 1 | 0 | 19 | 63 | 2E | 2D | 63 | 1B |
| Octal | 211 | 147 | 1 | 0 | 31 | 143 | 56 | 55 | 143 | 33 |
| Binary | 10001001 | 1100111 | 1 | 0 | 11001 | 1100011 | 101110 | 101101 | 1100011 | 11011 |
Color Harmonies of #896701
Complementary color
Monochromatic Colors of #896701
Black with #896701
Text Example
Text Example
White with #896701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896701; }
p { color: rgb(137,103,1); }
H1.HeaderClassName
{
color: #896701;
}
.AnyTagClassName
{
color: #896701;
}
</style>
background-color css
<style>
a { background-color: #896701; }
a { background-color: rgb(137,103,1); }
div.DivClassName
{
background-color: #896701;
}
.BgClassName
{
background-color: #896701;
}
</style>
border-color css
<style>
span { border-color: #896701; }
span { border-color: rgb(137,103,1); }
td.TdClassName
{
border-color: #896701;
}
.TagClassName
{
border-color: #896701;
}
</style>