Shades of Golden Brown #986606
Tints of Golden Brown #986606
RGB
CMYK
RGB Variations
Color information
#986606 (or 0x986606) is known color: Golden Brown. HEX triplet: 98, 66 and 06. RGB value is (152,102,6). Sum of RGB (Red+Green+Blue) = 152+102+6=260 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.46% from 260); Green value is 102 (40.23% from 255 or 39.23% from 260); Blue value is 6 (2.73% from 255 or 2.31% from 260); Max value from RGB is 152 - color contains mainly: red. Hex color #986606 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986606 is #6799F9. Grayscale: #6A6A6A. Windows color (decimal): -6789626 or 419480. OLE color: 419480.
HSL color Cylindrical-coordinate representation of color #986606: hue angle of 39.45º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #986606 is Cyan = 0, Magento = 0.33, Yellow = 0.96 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 102 | 6 | - |
| CMYK | 0 | 0.33 | 0.96 | 0.40 |
| HSL | 39.45º | 0.92% | 0.31% | - |
| HSV(B) | 39.45º | 0.96% | 0.6% | - |
| XYZ | 17.73 | 16.19 | 2.36 | - |
| YUV | 106.01 | 71.57 | 160.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 102 | 6 | 0 | 0.33 | 0.96 | 0.40 | 39.45 | 0.92 | 0.31 |
| Hex | 98 | 66 | 6 | 0 | 21 | 60 | 28 | 27 | 5C | 1F |
| Octal | 230 | 146 | 6 | 0 | 41 | 140 | 50 | 47 | 134 | 37 |
| Binary | 10011000 | 1100110 | 110 | 0 | 100001 | 1100000 | 101000 | 100111 | 1011100 | 11111 |
Color Harmonies of #986606
Complementary color
Monochromatic Colors of #986606
Black with #986606
Text Example
Text Example
White with #986606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986606; }
p { color: rgb(152,102,6); }
H1.HeaderClassName
{
color: #986606;
}
.AnyTagClassName
{
color: #986606;
}
</style>
background-color css
<style>
a { background-color: #986606; }
a { background-color: rgb(152,102,6); }
div.DivClassName
{
background-color: #986606;
}
.BgClassName
{
background-color: #986606;
}
</style>
border-color css
<style>
span { border-color: #986606; }
span { border-color: rgb(152,102,6); }
td.TdClassName
{
border-color: #986606;
}
.TagClassName
{
border-color: #986606;
}
</style>