Shades of Golden Brown #98660E
Tints of Golden Brown #98660E
RGB
CMYK
RGB Variations
Color information
#98660E (or 0x98660E) is known color: Golden Brown. HEX triplet: 98, 66 and 0E. RGB value is (152,102,14). Sum of RGB (Red+Green+Blue) = 152+102+14=268 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.72% from 268); Green value is 102 (40.23% from 255 or 38.06% from 268); Blue value is 14 (5.86% from 255 or 5.22% from 268); Max value from RGB is 152 - color contains mainly: red. Hex color #98660E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #98660E is #6799F1. Grayscale: #6B6B6B. Windows color (decimal): -6789618 or 943768. OLE color: 943768.
HSL color Cylindrical-coordinate representation of color #98660E: hue angle of 38.26º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #98660E is Cyan = 0, Magento = 0.33, Yellow = 0.91 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 102 | 14 | - |
| CMYK | 0 | 0.33 | 0.91 | 0.40 |
| HSL | 38.26º | 0.83% | 0.33% | - |
| HSV(B) | 38.26º | 0.91% | 0.6% | - |
| XYZ | 17.78 | 16.21 | 2.61 | - |
| YUV | 106.92 | 75.57 | 160.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 102 | 14 | 0 | 0.33 | 0.91 | 0.40 | 38.26 | 0.83 | 0.33 |
| Hex | 98 | 66 | E | 0 | 21 | 5B | 28 | 26 | 53 | 21 |
| Octal | 230 | 146 | 16 | 0 | 41 | 133 | 50 | 46 | 123 | 41 |
| Binary | 10011000 | 1100110 | 1110 | 0 | 100001 | 1011011 | 101000 | 100110 | 1010011 | 100001 |
Color Harmonies of #98660E
Complementary color
Monochromatic Colors of #98660E
Black with #98660E
Text Example
Text Example
White with #98660E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98660E; }
p { color: rgb(152,102,14); }
H1.HeaderClassName
{
color: #98660E;
}
.AnyTagClassName
{
color: #98660E;
}
</style>
background-color css
<style>
a { background-color: #98660E; }
a { background-color: rgb(152,102,14); }
div.DivClassName
{
background-color: #98660E;
}
.BgClassName
{
background-color: #98660E;
}
</style>
border-color css
<style>
span { border-color: #98660E; }
span { border-color: rgb(152,102,14); }
td.TdClassName
{
border-color: #98660E;
}
.TagClassName
{
border-color: #98660E;
}
</style>