Shades of Golden Brown #876509
Tints of Golden Brown #876509
RGB
CMYK
RGB Variations
Color information
#876509 (or 0x876509) is known color: Golden Brown. HEX triplet: 87, 65 and 09. RGB value is (135,101,9). Sum of RGB (Red+Green+Blue) = 135+101+9=245 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.10% from 245); Green value is 101 (39.84% from 255 or 41.22% from 245); Blue value is 9 (3.91% from 255 or 3.67% from 245); Max value from RGB is 135 - color contains mainly: red. Hex color #876509 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #876509 is #789AF6. Grayscale: #656565. Windows color (decimal): -7903991 or 615815. OLE color: 615815.
HSL color Cylindrical-coordinate representation of color #876509: hue angle of 43.81º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #876509 is Cyan = 0, Magento = 0.25, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 101 | 9 | - |
| CMYK | 0 | 0.25 | 0.93 | 0.47 |
| HSL | 43.81º | 0.88% | 0.28% | - |
| HSV(B) | 43.81º | 0.93% | 0.53% | - |
| XYZ | 14.69 | 14.48 | 2.28 | - |
| YUV | 100.68 | 76.26 | 152.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 101 | 9 | 0 | 0.25 | 0.93 | 0.47 | 43.81 | 0.88 | 0.28 |
| Hex | 87 | 65 | 9 | 0 | 19 | 5D | 2F | 2C | 58 | 1C |
| Octal | 207 | 145 | 11 | 0 | 31 | 135 | 57 | 54 | 130 | 34 |
| Binary | 10000111 | 1100101 | 1001 | 0 | 11001 | 1011101 | 101111 | 101100 | 1011000 | 11100 |
Color Harmonies of #876509
Complementary color
Monochromatic Colors of #876509
Black with #876509
Text Example
Text Example
White with #876509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876509; }
p { color: rgb(135,101,9); }
H1.HeaderClassName
{
color: #876509;
}
.AnyTagClassName
{
color: #876509;
}
</style>
background-color css
<style>
a { background-color: #876509; }
a { background-color: rgb(135,101,9); }
div.DivClassName
{
background-color: #876509;
}
.BgClassName
{
background-color: #876509;
}
</style>
border-color css
<style>
span { border-color: #876509; }
span { border-color: rgb(135,101,9); }
td.TdClassName
{
border-color: #876509;
}
.TagClassName
{
border-color: #876509;
}
</style>