Shades of Golden Brown #986419
Tints of Golden Brown #986419
RGB
CMYK
RGB Variations
Color information
#986419 (or 0x986419) is known color: Golden Brown. HEX triplet: 98, 64 and 19. RGB value is (152,100,25). Sum of RGB (Red+Green+Blue) = 152+100+25=277 (36% of max value = 765). Red value is 152 (59.77% from 255 or 54.87% from 277); Green value is 100 (39.45% from 255 or 36.10% from 277); Blue value is 25 (10.16% from 255 or 9.03% from 277); Max value from RGB is 152 - color contains mainly: red. Hex color #986419 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986419 is #679BE6. Grayscale: #6B6B6B. Windows color (decimal): -6790119 or 1664152. OLE color: 1664152.
HSL color Cylindrical-coordinate representation of color #986419: hue angle of 35.43º 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 #986419 is Cyan = 0, Magento = 0.34, Yellow = 0.84 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 100 | 25 | - |
| CMYK | 0 | 0.34 | 0.84 | 0.40 |
| HSL | 35.43º | 0.72% | 0.35% | - |
| HSV(B) | 35.43º | 0.84% | 0.6% | - |
| XYZ | 17.68 | 15.86 | 3.05 | - |
| YUV | 107 | 81.73 | 160.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 100 | 25 | 0 | 0.34 | 0.84 | 0.40 | 35.43 | 0.72 | 0.35 |
| Hex | 98 | 64 | 19 | 0 | 22 | 54 | 28 | 23 | 48 | 23 |
| Octal | 230 | 144 | 31 | 0 | 42 | 124 | 50 | 43 | 110 | 43 |
| Binary | 10011000 | 1100100 | 11001 | 0 | 100010 | 1010100 | 101000 | 100011 | 1001000 | 100011 |
Color Harmonies of #986419
Complementary color
Monochromatic Colors of #986419
Black with #986419
Text Example
Text Example
White with #986419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986419; }
p { color: rgb(152,100,25); }
H1.HeaderClassName
{
color: #986419;
}
.AnyTagClassName
{
color: #986419;
}
</style>
background-color css
<style>
a { background-color: #986419; }
a { background-color: rgb(152,100,25); }
div.DivClassName
{
background-color: #986419;
}
.BgClassName
{
background-color: #986419;
}
</style>
border-color css
<style>
span { border-color: #986419; }
span { border-color: rgb(152,100,25); }
td.TdClassName
{
border-color: #986419;
}
.TagClassName
{
border-color: #986419;
}
</style>