Shades of Golden Brown #896C08
Tints of Golden Brown #896C08
RGB
CMYK
RGB Variations
Color information
#896C08 (or 0x896C08) is known color: Golden Brown. HEX triplet: 89, 6C and 08. RGB value is (137,108,8). Sum of RGB (Red+Green+Blue) = 137+108+8=253 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.15% from 253); Green value is 108 (42.58% from 255 or 42.69% from 253); Blue value is 8 (3.52% from 255 or 3.16% from 253); Max value from RGB is 137 - color contains mainly: red. Hex color #896C08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #896C08 is #7693F7. Grayscale: #696969. Windows color (decimal): -7771128 or 552073. OLE color: 552073.
HSL color Cylindrical-coordinate representation of color #896C08: hue angle of 46.51º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #896C08 is Cyan = 0, Magento = 0.21, Yellow = 0.94 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 108 | 8 | - |
| CMYK | 0 | 0.21 | 0.94 | 0.46 |
| HSL | 46.51º | 0.89% | 0.28% | - |
| HSV(B) | 46.51º | 0.94% | 0.54% | - |
| XYZ | 15.72 | 16.06 | 2.5 | - |
| YUV | 105.27 | 73.11 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 108 | 8 | 0 | 0.21 | 0.94 | 0.46 | 46.51 | 0.89 | 0.28 |
| Hex | 89 | 6C | 8 | 0 | 15 | 5E | 2E | 2F | 59 | 1C |
| Octal | 211 | 154 | 10 | 0 | 25 | 136 | 56 | 57 | 131 | 34 |
| Binary | 10001001 | 1101100 | 1000 | 0 | 10101 | 1011110 | 101110 | 101111 | 1011001 | 11100 |
Color Harmonies of #896C08
Complementary color
Monochromatic Colors of #896C08
Black with #896C08
Text Example
Text Example
White with #896C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896C08; }
p { color: rgb(137,108,8); }
H1.HeaderClassName
{
color: #896C08;
}
.AnyTagClassName
{
color: #896C08;
}
</style>
background-color css
<style>
a { background-color: #896C08; }
a { background-color: rgb(137,108,8); }
div.DivClassName
{
background-color: #896C08;
}
.BgClassName
{
background-color: #896C08;
}
</style>
border-color css
<style>
span { border-color: #896C08; }
span { border-color: rgb(137,108,8); }
td.TdClassName
{
border-color: #896C08;
}
.TagClassName
{
border-color: #896C08;
}
</style>