Shades of Golden Brown #98630A
Tints of Golden Brown #98630A
RGB
CMYK
RGB Variations
Color information
#98630A (or 0x98630A) is known color: Golden Brown. HEX triplet: 98, 63 and 0A. RGB value is (152,99,10). Sum of RGB (Red+Green+Blue) = 152+99+10=261 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.24% from 261); Green value is 99 (39.06% from 255 or 37.93% from 261); Blue value is 10 (4.30% from 255 or 3.83% from 261); Max value from RGB is 152 - color contains mainly: red. Hex color #98630A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #98630A is #679CF5. Grayscale: #696969. Windows color (decimal): -6790390 or 680856. OLE color: 680856.
HSL color Cylindrical-coordinate representation of color #98630A: hue angle of 37.61º 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 #98630A is Cyan = 0, Magento = 0.35, Yellow = 0.93 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 99 | 10 | - |
| CMYK | 0 | 0.35 | 0.93 | 0.40 |
| HSL | 37.61º | 0.88% | 0.32% | - |
| HSV(B) | 37.61º | 0.93% | 0.6% | - |
| XYZ | 17.47 | 15.62 | 2.38 | - |
| YUV | 104.7 | 74.56 | 161.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 99 | 10 | 0 | 0.35 | 0.93 | 0.40 | 37.61 | 0.88 | 0.32 |
| Hex | 98 | 63 | A | 0 | 23 | 5D | 28 | 26 | 58 | 20 |
| Octal | 230 | 143 | 12 | 0 | 43 | 135 | 50 | 46 | 130 | 40 |
| Binary | 10011000 | 1100011 | 1010 | 0 | 100011 | 1011101 | 101000 | 100110 | 1011000 | 100000 |
Color Harmonies of #98630A
Complementary color
Monochromatic Colors of #98630A
Black with #98630A
Text Example
Text Example
White with #98630A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98630A; }
p { color: rgb(152,99,10); }
H1.HeaderClassName
{
color: #98630A;
}
.AnyTagClassName
{
color: #98630A;
}
</style>
background-color css
<style>
a { background-color: #98630A; }
a { background-color: rgb(152,99,10); }
div.DivClassName
{
background-color: #98630A;
}
.BgClassName
{
background-color: #98630A;
}
</style>
border-color css
<style>
span { border-color: #98630A; }
span { border-color: rgb(152,99,10); }
td.TdClassName
{
border-color: #98630A;
}
.TagClassName
{
border-color: #98630A;
}
</style>