Shades of Golden Brown #98680A
Tints of Golden Brown #98680A
RGB
CMYK
RGB Variations
Color information
#98680A (or 0x98680A) is known color: Golden Brown. HEX triplet: 98, 68 and 0A. RGB value is (152,104,10). Sum of RGB (Red+Green+Blue) = 152+104+10=266 (35% of max value = 765). Red value is 152 (59.77% from 255 or 57.14% from 266); Green value is 104 (41.02% from 255 or 39.10% from 266); Blue value is 10 (4.30% from 255 or 3.76% from 266); Max value from RGB is 152 - color contains mainly: red. Hex color #98680A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #98680A is #6797F5. Grayscale: #6C6C6C. Windows color (decimal): -6789110 or 682136. OLE color: 682136.
HSL color Cylindrical-coordinate representation of color #98680A: hue angle of 39.72º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #98680A is Cyan = 0, Magento = 0.32, Yellow = 0.93 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 104 | 10 | - |
| CMYK | 0 | 0.32 | 0.93 | 0.40 |
| HSL | 39.72º | 0.88% | 0.32% | - |
| HSV(B) | 39.72º | 0.93% | 0.6% | - |
| XYZ | 17.95 | 16.6 | 2.54 | - |
| YUV | 107.64 | 72.9 | 159.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 104 | 10 | 0 | 0.32 | 0.93 | 0.40 | 39.72 | 0.88 | 0.32 |
| Hex | 98 | 68 | A | 0 | 20 | 5D | 28 | 28 | 58 | 20 |
| Octal | 230 | 150 | 12 | 0 | 40 | 135 | 50 | 50 | 130 | 40 |
| Binary | 10011000 | 1101000 | 1010 | 0 | 100000 | 1011101 | 101000 | 101000 | 1011000 | 100000 |
Color Harmonies of #98680A
Complementary color
Monochromatic Colors of #98680A
Black with #98680A
Text Example
Text Example
White with #98680A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98680A; }
p { color: rgb(152,104,10); }
H1.HeaderClassName
{
color: #98680A;
}
.AnyTagClassName
{
color: #98680A;
}
</style>
background-color css
<style>
a { background-color: #98680A; }
a { background-color: rgb(152,104,10); }
div.DivClassName
{
background-color: #98680A;
}
.BgClassName
{
background-color: #98680A;
}
</style>
border-color css
<style>
span { border-color: #98680A; }
span { border-color: rgb(152,104,10); }
td.TdClassName
{
border-color: #98680A;
}
.TagClassName
{
border-color: #98680A;
}
</style>