Shades of Dark Tan #986351
Tints of Dark Tan #986351
RGB
CMYK
RGB Variations
Color information
#986351 (or 0x986351) is known color: Dark Tan. HEX triplet: 98, 63 and 51. RGB value is (152,99,81). Sum of RGB (Red+Green+Blue) = 152+99+81=332 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.78% from 332); Green value is 99 (39.06% from 255 or 29.82% from 332); Blue value is 81 (32.03% from 255 or 24.40% from 332); Max value from RGB is 152 - color contains mainly: red. Hex color #986351 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986351 is #679CAE. Grayscale: #707070. Windows color (decimal): -6790319 or 5333912. OLE color: 5333912.
HSL color Cylindrical-coordinate representation of color #986351: hue angle of 15.21º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #986351 is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 99 | 81 | - |
| CMYK | 0 | 0.35 | 0.47 | 0.40 |
| HSL | 15.21º | 0.3% | 0.46% | - |
| HSV(B) | 15.21º | 0.47% | 0.6% | - |
| XYZ | 18.9 | 16.19 | 9.91 | - |
| YUV | 112.8 | 110.06 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 99 | 81 | 0 | 0.35 | 0.47 | 0.40 | 15.21 | 0.3 | 0.46 |
| Hex | 98 | 63 | 51 | 0 | 23 | 2F | 28 | F | 1E | 2E |
| Octal | 230 | 143 | 121 | 0 | 43 | 57 | 50 | 17 | 36 | 56 |
| Binary | 10011000 | 1100011 | 1010001 | 0 | 100011 | 101111 | 101000 | 1111 | 11110 | 101110 |
Color Harmonies of #986351
Complementary color
Monochromatic Colors of #986351
Black with #986351
Text Example
Text Example
White with #986351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986351; }
p { color: rgb(152,99,81); }
H1.HeaderClassName
{
color: #986351;
}
.AnyTagClassName
{
color: #986351;
}
</style>
background-color css
<style>
a { background-color: #986351; }
a { background-color: rgb(152,99,81); }
div.DivClassName
{
background-color: #986351;
}
.BgClassName
{
background-color: #986351;
}
</style>
border-color css
<style>
span { border-color: #986351; }
span { border-color: rgb(152,99,81); }
td.TdClassName
{
border-color: #986351;
}
.TagClassName
{
border-color: #986351;
}
</style>