Shades of Golden Brown #986722
Tints of Golden Brown #986722
RGB
CMYK
RGB Variations
Color information
#986722 (or 0x986722) is known color: Golden Brown. HEX triplet: 98, 67 and 22. RGB value is (152,103,34). Sum of RGB (Red+Green+Blue) = 152+103+34=289 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.60% from 289); Green value is 103 (40.62% from 255 or 35.64% from 289); Blue value is 34 (13.67% from 255 or 11.76% from 289); Max value from RGB is 152 - color contains mainly: red. Hex color #986722 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986722 is #6798DD. Grayscale: #6E6E6E. Windows color (decimal): -6789342 or 2254744. OLE color: 2254744.
HSL color Cylindrical-coordinate representation of color #986722: hue angle of 35.08º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #986722 is Cyan = 0, Magento = 0.32, Yellow = 0.78 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 103 | 34 | - |
| CMYK | 0 | 0.32 | 0.78 | 0.40 |
| HSL | 35.08º | 0.63% | 0.36% | - |
| HSV(B) | 35.08º | 0.78% | 0.6% | - |
| XYZ | 18.09 | 16.49 | 3.74 | - |
| YUV | 109.79 | 85.23 | 158.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 103 | 34 | 0 | 0.32 | 0.78 | 0.40 | 35.08 | 0.63 | 0.36 |
| Hex | 98 | 67 | 22 | 0 | 20 | 4E | 28 | 23 | 3F | 24 |
| Octal | 230 | 147 | 42 | 0 | 40 | 116 | 50 | 43 | 77 | 44 |
| Binary | 10011000 | 1100111 | 100010 | 0 | 100000 | 1001110 | 101000 | 100011 | 111111 | 100100 |
Color Harmonies of #986722
Complementary color
Monochromatic Colors of #986722
Black with #986722
Text Example
Text Example
White with #986722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986722; }
p { color: rgb(152,103,34); }
H1.HeaderClassName
{
color: #986722;
}
.AnyTagClassName
{
color: #986722;
}
</style>
background-color css
<style>
a { background-color: #986722; }
a { background-color: rgb(152,103,34); }
div.DivClassName
{
background-color: #986722;
}
.BgClassName
{
background-color: #986722;
}
</style>
border-color css
<style>
span { border-color: #986722; }
span { border-color: rgb(152,103,34); }
td.TdClassName
{
border-color: #986722;
}
.TagClassName
{
border-color: #986722;
}
</style>