Shades of Golden Brown #986700
Tints of Golden Brown #986700
RGB
CMYK
RGB Variations
Color information
#986700 (or 0x986700) is known color: Golden Brown. HEX triplet: 98, 67 and 00. RGB value is (152,103,0). Sum of RGB (Red+Green+Blue) = 152+103+0=255 (33% of max value = 765). Red value is 152 (59.77% from 255 or 59.61% from 255); Green value is 103 (40.62% from 255 or 40.39% from 255); Blue value is 0 (0.39% from 255 or 0% from 255); Max value from RGB is 152 - color contains mainly: red. Hex color #986700 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986700 is #6798FF. Grayscale: #6A6A6A. Windows color (decimal): -6789376 or 26520. OLE color: 26520.
HSL color Cylindrical-coordinate representation of color #986700: hue angle of 40.66º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #986700 is Cyan = 0, Magento = 0.32, Yellow = 1 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 103 | 0 | - |
| CMYK | 0 | 0.32 | 1 | 0.40 |
| HSL | 40.66º | 1% | 0.3% | - |
| HSV(B) | 40.66º | 1% | 0.6% | - |
| XYZ | 17.8 | 16.38 | 2.22 | - |
| YUV | 105.91 | 68.23 | 160.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 103 | 0 | 0 | 0.32 | 1 | 0.40 | 40.66 | 1 | 0.3 |
| Hex | 98 | 67 | 0 | 0 | 20 | 64 | 28 | 29 | 64 | 1E |
| Octal | 230 | 147 | 0 | 0 | 40 | 144 | 50 | 51 | 144 | 36 |
| Binary | 10011000 | 1100111 | 0 | 0 | 100000 | 1100100 | 101000 | 101001 | 1100100 | 11110 |
Color Harmonies of #986700
Complementary color
Monochromatic Colors of #986700
Black with #986700
Text Example
Text Example
White with #986700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986700; }
p { color: rgb(152,103,0); }
H1.HeaderClassName
{
color: #986700;
}
.AnyTagClassName
{
color: #986700;
}
</style>
background-color css
<style>
a { background-color: #986700; }
a { background-color: rgb(152,103,0); }
div.DivClassName
{
background-color: #986700;
}
.BgClassName
{
background-color: #986700;
}
</style>
border-color css
<style>
span { border-color: #986700; }
span { border-color: rgb(152,103,0); }
td.TdClassName
{
border-color: #986700;
}
.TagClassName
{
border-color: #986700;
}
</style>