Shades of Golden Brown #98660F
Tints of Golden Brown #98660F
RGB
CMYK
RGB Variations
Color information
#98660F (or 0x98660F) is known color: Golden Brown. HEX triplet: 98, 66 and 0F. RGB value is (152,102,15). Sum of RGB (Red+Green+Blue) = 152+102+15=269 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.51% from 269); Green value is 102 (40.23% from 255 or 37.92% from 269); Blue value is 15 (6.25% from 255 or 5.58% from 269); Max value from RGB is 152 - color contains mainly: red. Hex color #98660F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #98660F is #6799F0. Grayscale: #6B6B6B. Windows color (decimal): -6789617 or 1009304. OLE color: 1009304.
HSL color Cylindrical-coordinate representation of color #98660F: hue angle of 38.1º 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 #98660F is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 102 | 15 | - |
| CMYK | 0 | 0.33 | 0.90 | 0.40 |
| HSL | 38.1º | 0.82% | 0.33% | - |
| HSV(B) | 38.1º | 0.9% | 0.6% | - |
| XYZ | 17.79 | 16.21 | 2.64 | - |
| YUV | 107.03 | 76.07 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 102 | 15 | 0 | 0.33 | 0.90 | 0.40 | 38.1 | 0.82 | 0.33 |
| Hex | 98 | 66 | F | 0 | 21 | 5A | 28 | 26 | 52 | 21 |
| Octal | 230 | 146 | 17 | 0 | 41 | 132 | 50 | 46 | 122 | 41 |
| Binary | 10011000 | 1100110 | 1111 | 0 | 100001 | 1011010 | 101000 | 100110 | 1010010 | 100001 |
Color Harmonies of #98660F
Complementary color
Monochromatic Colors of #98660F
Black with #98660F
Text Example
Text Example
White with #98660F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98660F; }
p { color: rgb(152,102,15); }
H1.HeaderClassName
{
color: #98660F;
}
.AnyTagClassName
{
color: #98660F;
}
</style>
background-color css
<style>
a { background-color: #98660F; }
a { background-color: rgb(152,102,15); }
div.DivClassName
{
background-color: #98660F;
}
.BgClassName
{
background-color: #98660F;
}
</style>
border-color css
<style>
span { border-color: #98660F; }
span { border-color: rgb(152,102,15); }
td.TdClassName
{
border-color: #98660F;
}
.TagClassName
{
border-color: #98660F;
}
</style>