Shades of Golden Brown #98660D
Tints of Golden Brown #98660D
RGB
CMYK
RGB Variations
Color information
#98660D (or 0x98660D) is known color: Golden Brown. HEX triplet: 98, 66 and 0D. RGB value is (152,102,13). Sum of RGB (Red+Green+Blue) = 152+102+13=267 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.93% from 267); Green value is 102 (40.23% from 255 or 38.20% from 267); Blue value is 13 (5.47% from 255 or 4.87% from 267); Max value from RGB is 152 - color contains mainly: red. Hex color #98660D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #98660D is #6799F2. Grayscale: #6B6B6B. Windows color (decimal): -6789619 or 878232. OLE color: 878232.
HSL color Cylindrical-coordinate representation of color #98660D: hue angle of 38.42º 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 #98660D is Cyan = 0, Magento = 0.33, Yellow = 0.91 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 102 | 13 | - |
| CMYK | 0 | 0.33 | 0.91 | 0.40 |
| HSL | 38.42º | 0.84% | 0.32% | - |
| HSV(B) | 38.42º | 0.91% | 0.6% | - |
| XYZ | 17.77 | 16.21 | 2.57 | - |
| YUV | 106.8 | 75.07 | 160.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 102 | 13 | 0 | 0.33 | 0.91 | 0.40 | 38.42 | 0.84 | 0.32 |
| Hex | 98 | 66 | D | 0 | 21 | 5B | 28 | 26 | 54 | 20 |
| Octal | 230 | 146 | 15 | 0 | 41 | 133 | 50 | 46 | 124 | 40 |
| Binary | 10011000 | 1100110 | 1101 | 0 | 100001 | 1011011 | 101000 | 100110 | 1010100 | 100000 |
Color Harmonies of #98660D
Complementary color
Monochromatic Colors of #98660D
Black with #98660D
Text Example
Text Example
White with #98660D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98660D; }
p { color: rgb(152,102,13); }
H1.HeaderClassName
{
color: #98660D;
}
.AnyTagClassName
{
color: #98660D;
}
</style>
background-color css
<style>
a { background-color: #98660D; }
a { background-color: rgb(152,102,13); }
div.DivClassName
{
background-color: #98660D;
}
.BgClassName
{
background-color: #98660D;
}
</style>
border-color css
<style>
span { border-color: #98660D; }
span { border-color: rgb(152,102,13); }
td.TdClassName
{
border-color: #98660D;
}
.TagClassName
{
border-color: #98660D;
}
</style>