Shades of Golden Brown #98650D
Tints of Golden Brown #98650D
RGB
CMYK
RGB Variations
Color information
#98650D (or 0x98650D) is known color: Golden Brown. HEX triplet: 98, 65 and 0D. RGB value is (152,101,13). Sum of RGB (Red+Green+Blue) = 152+101+13=266 (35% of max value = 765). Red value is 152 (59.77% from 255 or 57.14% from 266); Green value is 101 (39.84% from 255 or 37.97% from 266); Blue value is 13 (5.47% from 255 or 4.89% from 266); Max value from RGB is 152 - color contains mainly: red. Hex color #98650D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #98650D is #679AF2. Grayscale: #6A6A6A. Windows color (decimal): -6789875 or 877976. OLE color: 877976.
HSL color Cylindrical-coordinate representation of color #98650D: hue angle of 37.99º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #98650D is Cyan = 0, Magento = 0.34, Yellow = 0.91 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 101 | 13 | - |
| CMYK | 0 | 0.34 | 0.91 | 0.40 |
| HSL | 37.99º | 0.84% | 0.32% | - |
| HSV(B) | 37.99º | 0.91% | 0.6% | - |
| XYZ | 17.68 | 16.01 | 2.54 | - |
| YUV | 106.22 | 75.4 | 160.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 101 | 13 | 0 | 0.34 | 0.91 | 0.40 | 37.99 | 0.84 | 0.32 |
| Hex | 98 | 65 | D | 0 | 22 | 5B | 28 | 26 | 54 | 20 |
| Octal | 230 | 145 | 15 | 0 | 42 | 133 | 50 | 46 | 124 | 40 |
| Binary | 10011000 | 1100101 | 1101 | 0 | 100010 | 1011011 | 101000 | 100110 | 1010100 | 100000 |
Color Harmonies of #98650D
Complementary color
Monochromatic Colors of #98650D
Black with #98650D
Text Example
Text Example
White with #98650D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98650D; }
p { color: rgb(152,101,13); }
H1.HeaderClassName
{
color: #98650D;
}
.AnyTagClassName
{
color: #98650D;
}
</style>
background-color css
<style>
a { background-color: #98650D; }
a { background-color: rgb(152,101,13); }
div.DivClassName
{
background-color: #98650D;
}
.BgClassName
{
background-color: #98650D;
}
</style>
border-color css
<style>
span { border-color: #98650D; }
span { border-color: rgb(152,101,13); }
td.TdClassName
{
border-color: #98650D;
}
.TagClassName
{
border-color: #98650D;
}
</style>