Shades of Golden Brown #896C04
Tints of Golden Brown #896C04
RGB
CMYK
RGB Variations
Color information
#896C04 (or 0x896C04) is known color: Golden Brown. HEX triplet: 89, 6C and 04. RGB value is (137,108,4). Sum of RGB (Red+Green+Blue) = 137+108+4=249 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.02% from 249); Green value is 108 (42.58% from 255 or 43.37% from 249); Blue value is 4 (1.95% from 255 or 1.61% from 249); Max value from RGB is 137 - color contains mainly: red. Hex color #896C04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #896C04 is #7693FB. Grayscale: #696969. Windows color (decimal): -7771132 or 289929. OLE color: 289929.
HSL color Cylindrical-coordinate representation of color #896C04: hue angle of 46.92º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #896C04 is Cyan = 0, Magento = 0.21, Yellow = 0.97 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 108 | 4 | - |
| CMYK | 0 | 0.21 | 0.97 | 0.46 |
| HSL | 46.92º | 0.94% | 0.28% | - |
| HSV(B) | 46.92º | 0.97% | 0.54% | - |
| XYZ | 15.7 | 16.05 | 2.39 | - |
| YUV | 104.82 | 71.11 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 108 | 4 | 0 | 0.21 | 0.97 | 0.46 | 46.92 | 0.94 | 0.28 |
| Hex | 89 | 6C | 4 | 0 | 15 | 61 | 2E | 2F | 5E | 1C |
| Octal | 211 | 154 | 4 | 0 | 25 | 141 | 56 | 57 | 136 | 34 |
| Binary | 10001001 | 1101100 | 100 | 0 | 10101 | 1100001 | 101110 | 101111 | 1011110 | 11100 |
Color Harmonies of #896C04
Complementary color
Monochromatic Colors of #896C04
Black with #896C04
Text Example
Text Example
White with #896C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896C04; }
p { color: rgb(137,108,4); }
H1.HeaderClassName
{
color: #896C04;
}
.AnyTagClassName
{
color: #896C04;
}
</style>
background-color css
<style>
a { background-color: #896C04; }
a { background-color: rgb(137,108,4); }
div.DivClassName
{
background-color: #896C04;
}
.BgClassName
{
background-color: #896C04;
}
</style>
border-color css
<style>
span { border-color: #896C04; }
span { border-color: rgb(137,108,4); }
td.TdClassName
{
border-color: #896C04;
}
.TagClassName
{
border-color: #896C04;
}
</style>