Shades of Golden Brown #986509
Tints of Golden Brown #986509
RGB
CMYK
RGB Variations
Color information
#986509 (or 0x986509) is known color: Golden Brown. HEX triplet: 98, 65 and 09. RGB value is (152,101,9). Sum of RGB (Red+Green+Blue) = 152+101+9=262 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.02% from 262); Green value is 101 (39.84% from 255 or 38.55% from 262); Blue value is 9 (3.91% from 255 or 3.44% from 262); Max value from RGB is 152 - color contains mainly: red. Hex color #986509 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986509 is #679AF6. Grayscale: #6A6A6A. Windows color (decimal): -6789879 or 615832. OLE color: 615832.
HSL color Cylindrical-coordinate representation of color #986509: hue angle of 38.6º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #986509 is Cyan = 0, Magento = 0.34, Yellow = 0.94 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 101 | 9 | - |
| CMYK | 0 | 0.34 | 0.94 | 0.40 |
| HSL | 38.6º | 0.89% | 0.32% | - |
| HSV(B) | 38.6º | 0.94% | 0.6% | - |
| XYZ | 17.65 | 16 | 2.42 | - |
| YUV | 105.76 | 73.4 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 101 | 9 | 0 | 0.34 | 0.94 | 0.40 | 38.6 | 0.89 | 0.32 |
| Hex | 98 | 65 | 9 | 0 | 22 | 5E | 28 | 27 | 59 | 20 |
| Octal | 230 | 145 | 11 | 0 | 42 | 136 | 50 | 47 | 131 | 40 |
| Binary | 10011000 | 1100101 | 1001 | 0 | 100010 | 1011110 | 101000 | 100111 | 1011001 | 100000 |
Color Harmonies of #986509
Complementary color
Monochromatic Colors of #986509
Black with #986509
Text Example
Text Example
White with #986509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986509; }
p { color: rgb(152,101,9); }
H1.HeaderClassName
{
color: #986509;
}
.AnyTagClassName
{
color: #986509;
}
</style>
background-color css
<style>
a { background-color: #986509; }
a { background-color: rgb(152,101,9); }
div.DivClassName
{
background-color: #986509;
}
.BgClassName
{
background-color: #986509;
}
</style>
border-color css
<style>
span { border-color: #986509; }
span { border-color: rgb(152,101,9); }
td.TdClassName
{
border-color: #986509;
}
.TagClassName
{
border-color: #986509;
}
</style>