Shades of Golden Brown #87600F
Tints of Golden Brown #87600F
RGB
CMYK
RGB Variations
Color information
#87600F (or 0x87600F) is known color: Golden Brown. HEX triplet: 87, 60 and 0F. RGB value is (135,96,15). Sum of RGB (Red+Green+Blue) = 135+96+15=246 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.88% from 246); Green value is 96 (37.89% from 255 or 39.02% from 246); Blue value is 15 (6.25% from 255 or 6.10% from 246); Max value from RGB is 135 - color contains mainly: red. Hex color #87600F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #87600F is #789FF0. Grayscale: #626262. Windows color (decimal): -7905265 or 1007751. OLE color: 1007751.
HSL color Cylindrical-coordinate representation of color #87600F: hue angle of 40.5º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #87600F is Cyan = 0, Magento = 0.29, Yellow = 0.89 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 96 | 15 | - |
| CMYK | 0 | 0.29 | 0.89 | 0.47 |
| HSL | 40.5º | 0.8% | 0.29% | - |
| HSV(B) | 40.5º | 0.89% | 0.53% | - |
| XYZ | 14.26 | 13.55 | 2.32 | - |
| YUV | 98.43 | 80.92 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 96 | 15 | 0 | 0.29 | 0.89 | 0.47 | 40.5 | 0.8 | 0.29 |
| Hex | 87 | 60 | F | 0 | 1D | 59 | 2F | 28 | 50 | 1D |
| Octal | 207 | 140 | 17 | 0 | 35 | 131 | 57 | 50 | 120 | 35 |
| Binary | 10000111 | 1100000 | 1111 | 0 | 11101 | 1011001 | 101111 | 101000 | 1010000 | 11101 |
Color Harmonies of #87600F
Complementary color
Monochromatic Colors of #87600F
Black with #87600F
Text Example
Text Example
White with #87600F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87600F; }
p { color: rgb(135,96,15); }
H1.HeaderClassName
{
color: #87600F;
}
.AnyTagClassName
{
color: #87600F;
}
</style>
background-color css
<style>
a { background-color: #87600F; }
a { background-color: rgb(135,96,15); }
div.DivClassName
{
background-color: #87600F;
}
.BgClassName
{
background-color: #87600F;
}
</style>
border-color css
<style>
span { border-color: #87600F; }
span { border-color: rgb(135,96,15); }
td.TdClassName
{
border-color: #87600F;
}
.TagClassName
{
border-color: #87600F;
}
</style>