Shades of Golden Brown #986C08
Tints of Golden Brown #986C08
RGB
CMYK
RGB Variations
Color information
#986C08 (or 0x986C08) is known color: Golden Brown. HEX triplet: 98, 6C and 08. RGB value is (152,108,8). Sum of RGB (Red+Green+Blue) = 152+108+8=268 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.72% from 268); Green value is 108 (42.58% from 255 or 40.30% from 268); Blue value is 8 (3.52% from 255 or 2.99% from 268); Max value from RGB is 152 - color contains mainly: red. Hex color #986C08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #986C08 is #6793F7. Grayscale: #6E6E6E. Windows color (decimal): -6788088 or 552088. OLE color: 552088.
HSL color Cylindrical-coordinate representation of color #986C08: hue angle of 41.67º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #986C08 is Cyan = 0, Magento = 0.29, Yellow = 0.95 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 108 | 8 | - |
| CMYK | 0 | 0.29 | 0.95 | 0.40 |
| HSL | 41.67º | 0.9% | 0.31% | - |
| HSV(B) | 41.67º | 0.95% | 0.6% | - |
| XYZ | 18.36 | 17.42 | 2.62 | - |
| YUV | 109.76 | 70.58 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 108 | 8 | 0 | 0.29 | 0.95 | 0.40 | 41.67 | 0.9 | 0.31 |
| Hex | 98 | 6C | 8 | 0 | 1D | 5F | 28 | 2A | 5A | 1F |
| Octal | 230 | 154 | 10 | 0 | 35 | 137 | 50 | 52 | 132 | 37 |
| Binary | 10011000 | 1101100 | 1000 | 0 | 11101 | 1011111 | 101000 | 101010 | 1011010 | 11111 |
Color Harmonies of #986C08
Complementary color
Monochromatic Colors of #986C08
Black with #986C08
Text Example
Text Example
White with #986C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #986C08; }
p { color: rgb(152,108,8); }
H1.HeaderClassName
{
color: #986C08;
}
.AnyTagClassName
{
color: #986C08;
}
</style>
background-color css
<style>
a { background-color: #986C08; }
a { background-color: rgb(152,108,8); }
div.DivClassName
{
background-color: #986C08;
}
.BgClassName
{
background-color: #986C08;
}
</style>
border-color css
<style>
span { border-color: #986C08; }
span { border-color: rgb(152,108,8); }
td.TdClassName
{
border-color: #986C08;
}
.TagClassName
{
border-color: #986C08;
}
</style>