Shades of Golden Brown #98560F
Tints of Golden Brown #98560F
RGB
CMYK
RGB Variations
Color information
#98560F (or 0x98560F) is known color: Golden Brown. HEX triplet: 98, 56 and 0F. RGB value is (152,86,15). Sum of RGB (Red+Green+Blue) = 152+86+15=253 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.08% from 253); Green value is 86 (33.98% from 255 or 33.99% from 253); Blue value is 15 (6.25% from 255 or 5.93% from 253); Max value from RGB is 152 - color contains mainly: red. Hex color #98560F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #98560F is #67A9F0. Grayscale: #616161. Windows color (decimal): -6793713 or 1005208. OLE color: 1005208.
HSL color Cylindrical-coordinate representation of color #98560F: hue angle of 31.09º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #98560F is Cyan = 0, Magento = 0.43, Yellow = 0.90 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 86 | 15 | - |
| CMYK | 0 | 0.43 | 0.90 | 0.40 |
| HSL | 31.09º | 0.82% | 0.33% | - |
| HSV(B) | 31.09º | 0.9% | 0.6% | - |
| XYZ | 16.36 | 13.37 | 2.17 | - |
| YUV | 97.64 | 81.37 | 166.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 86 | 15 | 0 | 0.43 | 0.90 | 0.40 | 31.09 | 0.82 | 0.33 |
| Hex | 98 | 56 | F | 0 | 2B | 5A | 28 | 1F | 52 | 21 |
| Octal | 230 | 126 | 17 | 0 | 53 | 132 | 50 | 37 | 122 | 41 |
| Binary | 10011000 | 1010110 | 1111 | 0 | 101011 | 1011010 | 101000 | 11111 | 1010010 | 100001 |
Color Harmonies of #98560F
Complementary color
Monochromatic Colors of #98560F
Black with #98560F
Text Example
Text Example
White with #98560F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98560F; }
p { color: rgb(152,86,15); }
H1.HeaderClassName
{
color: #98560F;
}
.AnyTagClassName
{
color: #98560F;
}
</style>
background-color css
<style>
a { background-color: #98560F; }
a { background-color: rgb(152,86,15); }
div.DivClassName
{
background-color: #98560F;
}
.BgClassName
{
background-color: #98560F;
}
</style>
border-color css
<style>
span { border-color: #98560F; }
span { border-color: rgb(152,86,15); }
td.TdClassName
{
border-color: #98560F;
}
.TagClassName
{
border-color: #98560F;
}
</style>