Shades of Golden Brown #866101
Tints of Golden Brown #866101
RGB
CMYK
RGB Variations
Color information
#866101 (or 0x866101) is known color: Golden Brown. HEX triplet: 86, 61 and 01. RGB value is (134,97,1). Sum of RGB (Red+Green+Blue) = 134+97+1=232 (30% of max value = 765). Red value is 134 (52.73% from 255 or 57.76% from 232); Green value is 97 (38.28% from 255 or 41.81% from 232); Blue value is 1 (0.78% from 255 or 0.43% from 232); Max value from RGB is 134 - color contains mainly: red. Hex color #866101 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #866101 is #799EFE. Grayscale: #616161. Windows color (decimal): -7970559 or 90502. OLE color: 90502.
HSL color Cylindrical-coordinate representation of color #866101: hue angle of 43.31º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #866101 is Cyan = 0, Magento = 0.28, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 97 | 1 | - |
| CMYK | 0 | 0.28 | 0.99 | 0.47 |
| HSL | 43.31º | 0.99% | 0.26% | - |
| HSV(B) | 43.31º | 0.99% | 0.53% | - |
| XYZ | 14.11 | 13.62 | 1.91 | - |
| YUV | 97.12 | 73.76 | 154.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 97 | 1 | 0 | 0.28 | 0.99 | 0.47 | 43.31 | 0.99 | 0.26 |
| Hex | 86 | 61 | 1 | 0 | 1C | 63 | 2F | 2B | 63 | 1A |
| Octal | 206 | 141 | 1 | 0 | 34 | 143 | 57 | 53 | 143 | 32 |
| Binary | 10000110 | 1100001 | 1 | 0 | 11100 | 1100011 | 101111 | 101011 | 1100011 | 11010 |
Color Harmonies of #866101
Complementary color
Monochromatic Colors of #866101
Black with #866101
Text Example
Text Example
White with #866101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866101; }
p { color: rgb(134,97,1); }
H1.HeaderClassName
{
color: #866101;
}
.AnyTagClassName
{
color: #866101;
}
</style>
background-color css
<style>
a { background-color: #866101; }
a { background-color: rgb(134,97,1); }
div.DivClassName
{
background-color: #866101;
}
.BgClassName
{
background-color: #866101;
}
</style>
border-color css
<style>
span { border-color: #866101; }
span { border-color: rgb(134,97,1); }
td.TdClassName
{
border-color: #866101;
}
.TagClassName
{
border-color: #866101;
}
</style>