Shades of Golden Brown #866103
Tints of Golden Brown #866103
RGB
CMYK
RGB Variations
Color information
#866103 (or 0x866103) is known color: Golden Brown. HEX triplet: 86, 61 and 03. RGB value is (134,97,3). Sum of RGB (Red+Green+Blue) = 134+97+3=234 (30% of max value = 765). Red value is 134 (52.73% from 255 or 57.26% from 234); Green value is 97 (38.28% from 255 or 41.45% from 234); Blue value is 3 (1.56% from 255 or 1.28% from 234); Max value from RGB is 134 - color contains mainly: red. Hex color #866103 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #866103 is #799EFC. Grayscale: #616161. Windows color (decimal): -7970557 or 221574. OLE color: 221574.
HSL color Cylindrical-coordinate representation of color #866103: hue angle of 43.05º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #866103 is Cyan = 0, Magento = 0.28, Yellow = 0.98 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 97 | 3 | - |
| CMYK | 0 | 0.28 | 0.98 | 0.47 |
| HSL | 43.05º | 0.96% | 0.27% | - |
| HSV(B) | 43.05º | 0.98% | 0.53% | - |
| XYZ | 14.12 | 13.62 | 1.97 | - |
| YUV | 97.35 | 74.76 | 154.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 97 | 3 | 0 | 0.28 | 0.98 | 0.47 | 43.05 | 0.96 | 0.27 |
| Hex | 86 | 61 | 3 | 0 | 1C | 62 | 2F | 2B | 60 | 1B |
| Octal | 206 | 141 | 3 | 0 | 34 | 142 | 57 | 53 | 140 | 33 |
| Binary | 10000110 | 1100001 | 11 | 0 | 11100 | 1100010 | 101111 | 101011 | 1100000 | 11011 |
Color Harmonies of #866103
Complementary color
Monochromatic Colors of #866103
Black with #866103
Text Example
Text Example
White with #866103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866103; }
p { color: rgb(134,97,3); }
H1.HeaderClassName
{
color: #866103;
}
.AnyTagClassName
{
color: #866103;
}
</style>
background-color css
<style>
a { background-color: #866103; }
a { background-color: rgb(134,97,3); }
div.DivClassName
{
background-color: #866103;
}
.BgClassName
{
background-color: #866103;
}
</style>
border-color css
<style>
span { border-color: #866103; }
span { border-color: rgb(134,97,3); }
td.TdClassName
{
border-color: #866103;
}
.TagClassName
{
border-color: #866103;
}
</style>