Shades of Golden Brown #896C05
Tints of Golden Brown #896C05
RGB
CMYK
RGB Variations
Color information
#896C05 (or 0x896C05) is known color: Golden Brown. HEX triplet: 89, 6C and 05. RGB value is (137,108,5). Sum of RGB (Red+Green+Blue) = 137+108+5=250 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.8% from 250); Green value is 108 (42.58% from 255 or 43.2% from 250); Blue value is 5 (2.34% from 255 or 2% from 250); Max value from RGB is 137 - color contains mainly: red. Hex color #896C05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #896C05 is #7693FA. Grayscale: #696969. Windows color (decimal): -7771131 or 355465. OLE color: 355465.
HSL color Cylindrical-coordinate representation of color #896C05: hue angle of 46.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 #896C05 is Cyan = 0, Magento = 0.21, Yellow = 0.96 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 108 | 5 | - |
| CMYK | 0 | 0.21 | 0.96 | 0.46 |
| HSL | 46.82º | 0.93% | 0.28% | - |
| HSV(B) | 46.82º | 0.96% | 0.54% | - |
| XYZ | 15.71 | 16.05 | 2.41 | - |
| YUV | 104.93 | 71.61 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 108 | 5 | 0 | 0.21 | 0.96 | 0.46 | 46.82 | 0.93 | 0.28 |
| Hex | 89 | 6C | 5 | 0 | 15 | 60 | 2E | 2F | 5D | 1C |
| Octal | 211 | 154 | 5 | 0 | 25 | 140 | 56 | 57 | 135 | 34 |
| Binary | 10001001 | 1101100 | 101 | 0 | 10101 | 1100000 | 101110 | 101111 | 1011101 | 11100 |
Color Harmonies of #896C05
Complementary color
Monochromatic Colors of #896C05
Black with #896C05
Text Example
Text Example
White with #896C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896C05; }
p { color: rgb(137,108,5); }
H1.HeaderClassName
{
color: #896C05;
}
.AnyTagClassName
{
color: #896C05;
}
</style>
background-color css
<style>
a { background-color: #896C05; }
a { background-color: rgb(137,108,5); }
div.DivClassName
{
background-color: #896C05;
}
.BgClassName
{
background-color: #896C05;
}
</style>
border-color css
<style>
span { border-color: #896C05; }
span { border-color: rgb(137,108,5); }
td.TdClassName
{
border-color: #896C05;
}
.TagClassName
{
border-color: #896C05;
}
</style>