Shades of Golden Brown #986619
Tints of Golden Brown #986619
RGB
CMYK
RGB Variations
Color information
#986619 (or 0x986619) is known color: Golden Brown. HEX triplet: 98, 66 and 19. RGB value is (152,102,25). Sum of RGB (Red+Green+Blue) = 152+102+25=279 (36% of max value = 765). Red value is 152 (59.77% from 255 or 54.48% from 279); Green value is 102 (40.23% from 255 or 36.56% from 279); Blue value is 25 (10.16% from 255 or 8.96% from 279); Max value from RGB is 152 - color contains mainly: red. Hex color #986619 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986619 is #6799E6. Grayscale: #6C6C6C. Windows color (decimal): -6789607 or 1664664. OLE color: 1664664.
HSL color Cylindrical-coordinate representation of color #986619: hue angle of 36.38º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #986619 is Cyan = 0, Magento = 0.33, Yellow = 0.84 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 102 | 25 | - |
| CMYK | 0 | 0.33 | 0.84 | 0.40 |
| HSL | 36.38º | 0.72% | 0.35% | - |
| HSV(B) | 36.38º | 0.84% | 0.6% | - |
| XYZ | 17.88 | 16.25 | 3.11 | - |
| YUV | 108.17 | 81.07 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 102 | 25 | 0 | 0.33 | 0.84 | 0.40 | 36.38 | 0.72 | 0.35 |
| Hex | 98 | 66 | 19 | 0 | 21 | 54 | 28 | 24 | 48 | 23 |
| Octal | 230 | 146 | 31 | 0 | 41 | 124 | 50 | 44 | 110 | 43 |
| Binary | 10011000 | 1100110 | 11001 | 0 | 100001 | 1010100 | 101000 | 100100 | 1001000 | 100011 |
Color Harmonies of #986619
Complementary color
Monochromatic Colors of #986619
Black with #986619
Text Example
Text Example
White with #986619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986619; }
p { color: rgb(152,102,25); }
H1.HeaderClassName
{
color: #986619;
}
.AnyTagClassName
{
color: #986619;
}
</style>
background-color css
<style>
a { background-color: #986619; }
a { background-color: rgb(152,102,25); }
div.DivClassName
{
background-color: #986619;
}
.BgClassName
{
background-color: #986619;
}
</style>
border-color css
<style>
span { border-color: #986619; }
span { border-color: rgb(152,102,25); }
td.TdClassName
{
border-color: #986619;
}
.TagClassName
{
border-color: #986619;
}
</style>