Shades of Golden Brown #986618
Tints of Golden Brown #986618
RGB
CMYK
RGB Variations
Color information
#986618 (or 0x986618) is known color: Golden Brown. HEX triplet: 98, 66 and 18. RGB value is (152,102,24). Sum of RGB (Red+Green+Blue) = 152+102+24=278 (36% of max value = 765). Red value is 152 (59.77% from 255 or 54.68% from 278); Green value is 102 (40.23% from 255 or 36.69% from 278); Blue value is 24 (9.77% from 255 or 8.63% from 278); Max value from RGB is 152 - color contains mainly: red. Hex color #986618 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986618 is #6799E7. Grayscale: #6C6C6C. Windows color (decimal): -6789608 or 1599128. OLE color: 1599128.
HSL color Cylindrical-coordinate representation of color #986618: hue angle of 36.56º degrees, saturation: 0.73, 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 #986618 is Cyan = 0, Magento = 0.33, Yellow = 0.84 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 102 | 24 | - |
| CMYK | 0 | 0.33 | 0.84 | 0.40 |
| HSL | 36.56º | 0.73% | 0.35% | - |
| HSV(B) | 36.56º | 0.84% | 0.6% | - |
| XYZ | 17.87 | 16.24 | 3.06 | - |
| YUV | 108.06 | 80.57 | 159.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 102 | 24 | 0 | 0.33 | 0.84 | 0.40 | 36.56 | 0.73 | 0.35 |
| Hex | 98 | 66 | 18 | 0 | 21 | 54 | 28 | 25 | 49 | 23 |
| Octal | 230 | 146 | 30 | 0 | 41 | 124 | 50 | 45 | 111 | 43 |
| Binary | 10011000 | 1100110 | 11000 | 0 | 100001 | 1010100 | 101000 | 100101 | 1001001 | 100011 |
Color Harmonies of #986618
Complementary color
Monochromatic Colors of #986618
Black with #986618
Text Example
Text Example
White with #986618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986618; }
p { color: rgb(152,102,24); }
H1.HeaderClassName
{
color: #986618;
}
.AnyTagClassName
{
color: #986618;
}
</style>
background-color css
<style>
a { background-color: #986618; }
a { background-color: rgb(152,102,24); }
div.DivClassName
{
background-color: #986618;
}
.BgClassName
{
background-color: #986618;
}
</style>
border-color css
<style>
span { border-color: #986618; }
span { border-color: rgb(152,102,24); }
td.TdClassName
{
border-color: #986618;
}
.TagClassName
{
border-color: #986618;
}
</style>