Shades of Golden Brown #986719
Tints of Golden Brown #986719
RGB
CMYK
RGB Variations
Color information
#986719 (or 0x986719) is known color: Golden Brown. HEX triplet: 98, 67 and 19. RGB value is (152,103,25). Sum of RGB (Red+Green+Blue) = 152+103+25=280 (37% of max value = 765). Red value is 152 (59.77% from 255 or 54.29% from 280); Green value is 103 (40.62% from 255 or 36.79% from 280); Blue value is 25 (10.16% from 255 or 8.93% from 280); Max value from RGB is 152 - color contains mainly: red. Hex color #986719 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986719 is #6798E6. Grayscale: #6D6D6D. Windows color (decimal): -6789351 or 1664920. OLE color: 1664920.
HSL color Cylindrical-coordinate representation of color #986719: hue angle of 36.85º 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 #986719 is Cyan = 0, Magento = 0.32, Yellow = 0.84 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 103 | 25 | - |
| CMYK | 0 | 0.32 | 0.84 | 0.40 |
| HSL | 36.85º | 0.72% | 0.35% | - |
| HSV(B) | 36.85º | 0.84% | 0.6% | - |
| XYZ | 17.97 | 16.45 | 3.15 | - |
| YUV | 108.76 | 80.73 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 103 | 25 | 0 | 0.32 | 0.84 | 0.40 | 36.85 | 0.72 | 0.35 |
| Hex | 98 | 67 | 19 | 0 | 20 | 54 | 28 | 25 | 48 | 23 |
| Octal | 230 | 147 | 31 | 0 | 40 | 124 | 50 | 45 | 110 | 43 |
| Binary | 10011000 | 1100111 | 11001 | 0 | 100000 | 1010100 | 101000 | 100101 | 1001000 | 100011 |
Color Harmonies of #986719
Complementary color
Monochromatic Colors of #986719
Black with #986719
Text Example
Text Example
White with #986719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986719; }
p { color: rgb(152,103,25); }
H1.HeaderClassName
{
color: #986719;
}
.AnyTagClassName
{
color: #986719;
}
</style>
background-color css
<style>
a { background-color: #986719; }
a { background-color: rgb(152,103,25); }
div.DivClassName
{
background-color: #986719;
}
.BgClassName
{
background-color: #986719;
}
</style>
border-color css
<style>
span { border-color: #986719; }
span { border-color: rgb(152,103,25); }
td.TdClassName
{
border-color: #986719;
}
.TagClassName
{
border-color: #986719;
}
</style>