Shades of Golden Brown #986F1D
Tints of Golden Brown #986F1D
RGB
CMYK
RGB Variations
Color information
#986F1D (or 0x986F1D) is known color: Golden Brown. HEX triplet: 98, 6F and 1D. RGB value is (152,111,29). Sum of RGB (Red+Green+Blue) = 152+111+29=292 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.05% from 292); Green value is 111 (43.75% from 255 or 38.01% from 292); Blue value is 29 (11.72% from 255 or 9.93% from 292); Max value from RGB is 152 - color contains mainly: red. Hex color #986F1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986F1D is #6790E2. Grayscale: #727272. Windows color (decimal): -6787299 or 1929112. OLE color: 1929112.
HSL color Cylindrical-coordinate representation of color #986F1D: hue angle of 40º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #986F1D is Cyan = 0, Magento = 0.27, Yellow = 0.81 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 111 | 29 | - |
| CMYK | 0 | 0.27 | 0.81 | 0.40 |
| HSL | 40º | 0.68% | 0.35% | - |
| HSV(B) | 40º | 0.81% | 0.6% | - |
| XYZ | 18.86 | 18.13 | 3.67 | - |
| YUV | 113.91 | 80.08 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 111 | 29 | 0 | 0.27 | 0.81 | 0.40 | 40 | 0.68 | 0.35 |
| Hex | 98 | 6F | 1D | 0 | 1B | 51 | 28 | 28 | 44 | 23 |
| Octal | 230 | 157 | 35 | 0 | 33 | 121 | 50 | 50 | 104 | 43 |
| Binary | 10011000 | 1101111 | 11101 | 0 | 11011 | 1010001 | 101000 | 101000 | 1000100 | 100011 |
Color Harmonies of #986F1D
Complementary color
Monochromatic Colors of #986F1D
Black with #986F1D
Text Example
Text Example
White with #986F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986F1D; }
p { color: rgb(152,111,29); }
H1.HeaderClassName
{
color: #986F1D;
}
.AnyTagClassName
{
color: #986F1D;
}
</style>
background-color css
<style>
a { background-color: #986F1D; }
a { background-color: rgb(152,111,29); }
div.DivClassName
{
background-color: #986F1D;
}
.BgClassName
{
background-color: #986F1D;
}
</style>
border-color css
<style>
span { border-color: #986F1D; }
span { border-color: rgb(152,111,29); }
td.TdClassName
{
border-color: #986F1D;
}
.TagClassName
{
border-color: #986F1D;
}
</style>