Shades of Golden Brown #98611B
Tints of Golden Brown #98611B
RGB
CMYK
RGB Variations
Color information
#98611B (or 0x98611B) is known color: Golden Brown. HEX triplet: 98, 61 and 1B. RGB value is (152,97,27). Sum of RGB (Red+Green+Blue) = 152+97+27=276 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.07% from 276); Green value is 97 (38.28% from 255 or 35.14% from 276); Blue value is 27 (10.94% from 255 or 9.78% from 276); Max value from RGB is 152 - color contains mainly: red. Hex color #98611B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98611B is #679EE4. Grayscale: #696969. Windows color (decimal): -6790885 or 1794456. OLE color: 1794456.
HSL color Cylindrical-coordinate representation of color #98611B: hue angle of 33.6º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #98611B is Cyan = 0, Magento = 0.36, Yellow = 0.82 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 97 | 27 | - |
| CMYK | 0 | 0.36 | 0.82 | 0.40 |
| HSL | 33.6º | 0.7% | 0.35% | - |
| HSV(B) | 33.6º | 0.82% | 0.6% | - |
| XYZ | 17.42 | 15.3 | 3.07 | - |
| YUV | 105.47 | 83.72 | 161.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 97 | 27 | 0 | 0.36 | 0.82 | 0.40 | 33.6 | 0.7 | 0.35 |
| Hex | 98 | 61 | 1B | 0 | 24 | 52 | 28 | 22 | 46 | 23 |
| Octal | 230 | 141 | 33 | 0 | 44 | 122 | 50 | 42 | 106 | 43 |
| Binary | 10011000 | 1100001 | 11011 | 0 | 100100 | 1010010 | 101000 | 100010 | 1000110 | 100011 |
Color Harmonies of #98611B
Complementary color
Monochromatic Colors of #98611B
Black with #98611B
Text Example
Text Example
White with #98611B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98611B; }
p { color: rgb(152,97,27); }
H1.HeaderClassName
{
color: #98611B;
}
.AnyTagClassName
{
color: #98611B;
}
</style>
background-color css
<style>
a { background-color: #98611B; }
a { background-color: rgb(152,97,27); }
div.DivClassName
{
background-color: #98611B;
}
.BgClassName
{
background-color: #98611B;
}
</style>
border-color css
<style>
span { border-color: #98611B; }
span { border-color: rgb(152,97,27); }
td.TdClassName
{
border-color: #98611B;
}
.TagClassName
{
border-color: #98611B;
}
</style>