Shades of Golden Brown #98631A
Tints of Golden Brown #98631A
RGB
CMYK
RGB Variations
Color information
#98631A (or 0x98631A) is known color: Golden Brown. HEX triplet: 98, 63 and 1A. RGB value is (152,99,26). Sum of RGB (Red+Green+Blue) = 152+99+26=277 (36% of max value = 765). Red value is 152 (59.77% from 255 or 54.87% from 277); Green value is 99 (39.06% from 255 or 35.74% from 277); Blue value is 26 (10.55% from 255 or 9.39% from 277); Max value from RGB is 152 - color contains mainly: red. Hex color #98631A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98631A is #679CE5. Grayscale: #6A6A6A. Windows color (decimal): -6790374 or 1729432. OLE color: 1729432.
HSL color Cylindrical-coordinate representation of color #98631A: hue angle of 34.76º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #98631A is Cyan = 0, Magento = 0.35, Yellow = 0.83 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 99 | 26 | - |
| CMYK | 0 | 0.35 | 0.83 | 0.40 |
| HSL | 34.76º | 0.71% | 0.35% | - |
| HSV(B) | 34.76º | 0.83% | 0.6% | - |
| XYZ | 17.6 | 15.67 | 3.08 | - |
| YUV | 106.53 | 82.56 | 160.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 99 | 26 | 0 | 0.35 | 0.83 | 0.40 | 34.76 | 0.71 | 0.35 |
| Hex | 98 | 63 | 1A | 0 | 23 | 53 | 28 | 23 | 47 | 23 |
| Octal | 230 | 143 | 32 | 0 | 43 | 123 | 50 | 43 | 107 | 43 |
| Binary | 10011000 | 1100011 | 11010 | 0 | 100011 | 1010011 | 101000 | 100011 | 1000111 | 100011 |
Color Harmonies of #98631A
Complementary color
Monochromatic Colors of #98631A
Black with #98631A
Text Example
Text Example
White with #98631A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98631A; }
p { color: rgb(152,99,26); }
H1.HeaderClassName
{
color: #98631A;
}
.AnyTagClassName
{
color: #98631A;
}
</style>
background-color css
<style>
a { background-color: #98631A; }
a { background-color: rgb(152,99,26); }
div.DivClassName
{
background-color: #98631A;
}
.BgClassName
{
background-color: #98631A;
}
</style>
border-color css
<style>
span { border-color: #98631A; }
span { border-color: rgb(152,99,26); }
td.TdClassName
{
border-color: #98631A;
}
.TagClassName
{
border-color: #98631A;
}
</style>