Shades of Golden Brown #986F1C
Tints of Golden Brown #986F1C
RGB
CMYK
RGB Variations
Color information
#986F1C (or 0x986F1C) is known color: Golden Brown. HEX triplet: 98, 6F and 1C. RGB value is (152,111,28). Sum of RGB (Red+Green+Blue) = 152+111+28=291 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.23% from 291); Green value is 111 (43.75% from 255 or 38.14% from 291); Blue value is 28 (11.33% from 255 or 9.62% from 291); Max value from RGB is 152 - color contains mainly: red. Hex color #986F1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986F1C is #6790E3. Grayscale: #727272. Windows color (decimal): -6787300 or 1863576. OLE color: 1863576.
HSL color Cylindrical-coordinate representation of color #986F1C: hue angle of 40.16º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #986F1C is Cyan = 0, Magento = 0.27, Yellow = 0.82 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 111 | 28 | - |
| CMYK | 0 | 0.27 | 0.82 | 0.40 |
| HSL | 40.16º | 0.69% | 0.35% | - |
| HSV(B) | 40.16º | 0.82% | 0.6% | - |
| XYZ | 18.84 | 18.13 | 3.6 | - |
| YUV | 113.8 | 79.58 | 155.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 111 | 28 | 0 | 0.27 | 0.82 | 0.40 | 40.16 | 0.69 | 0.35 |
| Hex | 98 | 6F | 1C | 0 | 1B | 52 | 28 | 28 | 45 | 23 |
| Octal | 230 | 157 | 34 | 0 | 33 | 122 | 50 | 50 | 105 | 43 |
| Binary | 10011000 | 1101111 | 11100 | 0 | 11011 | 1010010 | 101000 | 101000 | 1000101 | 100011 |
Color Harmonies of #986F1C
Complementary color
Monochromatic Colors of #986F1C
Black with #986F1C
Text Example
Text Example
White with #986F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986F1C; }
p { color: rgb(152,111,28); }
H1.HeaderClassName
{
color: #986F1C;
}
.AnyTagClassName
{
color: #986F1C;
}
</style>
background-color css
<style>
a { background-color: #986F1C; }
a { background-color: rgb(152,111,28); }
div.DivClassName
{
background-color: #986F1C;
}
.BgClassName
{
background-color: #986F1C;
}
</style>
border-color css
<style>
span { border-color: #986F1C; }
span { border-color: rgb(152,111,28); }
td.TdClassName
{
border-color: #986F1C;
}
.TagClassName
{
border-color: #986F1C;
}
</style>