Shades of Golden Brown #98630B
Tints of Golden Brown #98630B
RGB
CMYK
RGB Variations
Color information
#98630B (or 0x98630B) is known color: Golden Brown. HEX triplet: 98, 63 and 0B. RGB value is (152,99,11). Sum of RGB (Red+Green+Blue) = 152+99+11=262 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.02% from 262); Green value is 99 (39.06% from 255 or 37.79% from 262); Blue value is 11 (4.69% from 255 or 4.20% from 262); Max value from RGB is 152 - color contains mainly: red. Hex color #98630B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #98630B is #679CF4. Grayscale: #696969. Windows color (decimal): -6790389 or 746392. OLE color: 746392.
HSL color Cylindrical-coordinate representation of color #98630B: hue angle of 37.45º degrees, saturation: 0.87, 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 #98630B is Cyan = 0, Magento = 0.35, Yellow = 0.93 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 99 | 11 | - |
| CMYK | 0 | 0.35 | 0.93 | 0.40 |
| HSL | 37.45º | 0.87% | 0.32% | - |
| HSV(B) | 37.45º | 0.93% | 0.6% | - |
| XYZ | 17.47 | 15.62 | 2.41 | - |
| YUV | 104.82 | 75.06 | 161.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 99 | 11 | 0 | 0.35 | 0.93 | 0.40 | 37.45 | 0.87 | 0.32 |
| Hex | 98 | 63 | B | 0 | 23 | 5D | 28 | 25 | 57 | 20 |
| Octal | 230 | 143 | 13 | 0 | 43 | 135 | 50 | 45 | 127 | 40 |
| Binary | 10011000 | 1100011 | 1011 | 0 | 100011 | 1011101 | 101000 | 100101 | 1010111 | 100000 |
Color Harmonies of #98630B
Complementary color
Monochromatic Colors of #98630B
Black with #98630B
Text Example
Text Example
White with #98630B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98630B; }
p { color: rgb(152,99,11); }
H1.HeaderClassName
{
color: #98630B;
}
.AnyTagClassName
{
color: #98630B;
}
</style>
background-color css
<style>
a { background-color: #98630B; }
a { background-color: rgb(152,99,11); }
div.DivClassName
{
background-color: #98630B;
}
.BgClassName
{
background-color: #98630B;
}
</style>
border-color css
<style>
span { border-color: #98630B; }
span { border-color: rgb(152,99,11); }
td.TdClassName
{
border-color: #98630B;
}
.TagClassName
{
border-color: #98630B;
}
</style>