Shades of Golden Brown #98641A
Tints of Golden Brown #98641A
RGB
CMYK
RGB Variations
Color information
#98641A (or 0x98641A) is known color: Golden Brown. HEX triplet: 98, 64 and 1A. RGB value is (152,100,26). Sum of RGB (Red+Green+Blue) = 152+100+26=278 (36% of max value = 765). Red value is 152 (59.77% from 255 or 54.68% from 278); Green value is 100 (39.45% from 255 or 35.97% from 278); Blue value is 26 (10.55% from 255 or 9.35% from 278); Max value from RGB is 152 - color contains mainly: red. Hex color #98641A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98641A is #679BE5. Grayscale: #6B6B6B. Windows color (decimal): -6790118 or 1729688. OLE color: 1729688.
HSL color Cylindrical-coordinate representation of color #98641A: hue angle of 35.24º 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 #98641A is Cyan = 0, Magento = 0.34, Yellow = 0.83 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 100 | 26 | - |
| CMYK | 0 | 0.34 | 0.83 | 0.40 |
| HSL | 35.24º | 0.71% | 0.35% | - |
| HSV(B) | 35.24º | 0.83% | 0.6% | - |
| XYZ | 17.69 | 15.86 | 3.11 | - |
| YUV | 107.11 | 82.23 | 160.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 100 | 26 | 0 | 0.34 | 0.83 | 0.40 | 35.24 | 0.71 | 0.35 |
| Hex | 98 | 64 | 1A | 0 | 22 | 53 | 28 | 23 | 47 | 23 |
| Octal | 230 | 144 | 32 | 0 | 42 | 123 | 50 | 43 | 107 | 43 |
| Binary | 10011000 | 1100100 | 11010 | 0 | 100010 | 1010011 | 101000 | 100011 | 1000111 | 100011 |
Color Harmonies of #98641A
Complementary color
Monochromatic Colors of #98641A
Black with #98641A
Text Example
Text Example
White with #98641A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98641A; }
p { color: rgb(152,100,26); }
H1.HeaderClassName
{
color: #98641A;
}
.AnyTagClassName
{
color: #98641A;
}
</style>
background-color css
<style>
a { background-color: #98641A; }
a { background-color: rgb(152,100,26); }
div.DivClassName
{
background-color: #98641A;
}
.BgClassName
{
background-color: #98641A;
}
</style>
border-color css
<style>
span { border-color: #98641A; }
span { border-color: rgb(152,100,26); }
td.TdClassName
{
border-color: #98641A;
}
.TagClassName
{
border-color: #98641A;
}
</style>