Shades of Golden Brown #98770C
Tints of Golden Brown #98770C
RGB
CMYK
RGB Variations
Color information
#98770C (or 0x98770C) is known color: Golden Brown. HEX triplet: 98, 77 and 0C. RGB value is (152,119,12). Sum of RGB (Red+Green+Blue) = 152+119+12=283 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.71% from 283); Green value is 119 (46.88% from 255 or 42.05% from 283); Blue value is 12 (5.08% from 255 or 4.24% from 283); Max value from RGB is 152 - color contains mainly: red. Hex color #98770C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #98770C is #6788F3. Grayscale: #757575. Windows color (decimal): -6785268 or 817048. OLE color: 817048.
HSL color Cylindrical-coordinate representation of color #98770C: hue angle of 45.86º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #98770C is Cyan = 0, Magento = 0.22, Yellow = 0.92 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 119 | 12 | - |
| CMYK | 0 | 0.22 | 0.92 | 0.40 |
| HSL | 45.86º | 0.85% | 0.32% | - |
| HSV(B) | 45.86º | 0.92% | 0.6% | - |
| XYZ | 19.61 | 19.9 | 3.15 | - |
| YUV | 116.67 | 68.93 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 119 | 12 | 0 | 0.22 | 0.92 | 0.40 | 45.86 | 0.85 | 0.32 |
| Hex | 98 | 77 | C | 0 | 16 | 5C | 28 | 2E | 55 | 20 |
| Octal | 230 | 167 | 14 | 0 | 26 | 134 | 50 | 56 | 125 | 40 |
| Binary | 10011000 | 1110111 | 1100 | 0 | 10110 | 1011100 | 101000 | 101110 | 1010101 | 100000 |
Color Harmonies of #98770C
Complementary color
Monochromatic Colors of #98770C
Black with #98770C
Text Example
Text Example
White with #98770C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98770C; }
p { color: rgb(152,119,12); }
H1.HeaderClassName
{
color: #98770C;
}
.AnyTagClassName
{
color: #98770C;
}
</style>
background-color css
<style>
a { background-color: #98770C; }
a { background-color: rgb(152,119,12); }
div.DivClassName
{
background-color: #98770C;
}
.BgClassName
{
background-color: #98770C;
}
</style>
border-color css
<style>
span { border-color: #98770C; }
span { border-color: rgb(152,119,12); }
td.TdClassName
{
border-color: #98770C;
}
.TagClassName
{
border-color: #98770C;
}
</style>