Shades of Golden Brown #866202
Tints of Golden Brown #866202
RGB
CMYK
RGB Variations
Color information
#866202 (or 0x866202) is known color: Golden Brown. HEX triplet: 86, 62 and 02. RGB value is (134,98,2). Sum of RGB (Red+Green+Blue) = 134+98+2=234 (30% of max value = 765). Red value is 134 (52.73% from 255 or 57.26% from 234); Green value is 98 (38.67% from 255 or 41.88% from 234); Blue value is 2 (1.17% from 255 or 0.85% from 234); Max value from RGB is 134 - color contains mainly: red. Hex color #866202 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #866202 is #799DFD. Grayscale: #626262. Windows color (decimal): -7970302 or 156294. OLE color: 156294.
HSL color Cylindrical-coordinate representation of color #866202: hue angle of 43.64º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #866202 is Cyan = 0, Magento = 0.27, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 98 | 2 | - |
| CMYK | 0 | 0.27 | 0.99 | 0.47 |
| HSL | 43.64º | 0.97% | 0.27% | - |
| HSV(B) | 43.64º | 0.99% | 0.53% | - |
| XYZ | 14.21 | 13.81 | 1.97 | - |
| YUV | 97.82 | 73.93 | 153.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 98 | 2 | 0 | 0.27 | 0.99 | 0.47 | 43.64 | 0.97 | 0.27 |
| Hex | 86 | 62 | 2 | 0 | 1B | 63 | 2F | 2C | 61 | 1B |
| Octal | 206 | 142 | 2 | 0 | 33 | 143 | 57 | 54 | 141 | 33 |
| Binary | 10000110 | 1100010 | 10 | 0 | 11011 | 1100011 | 101111 | 101100 | 1100001 | 11011 |
Color Harmonies of #866202
Complementary color
Monochromatic Colors of #866202
Black with #866202
Text Example
Text Example
White with #866202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866202; }
p { color: rgb(134,98,2); }
H1.HeaderClassName
{
color: #866202;
}
.AnyTagClassName
{
color: #866202;
}
</style>
background-color css
<style>
a { background-color: #866202; }
a { background-color: rgb(134,98,2); }
div.DivClassName
{
background-color: #866202;
}
.BgClassName
{
background-color: #866202;
}
</style>
border-color css
<style>
span { border-color: #866202; }
span { border-color: rgb(134,98,2); }
td.TdClassName
{
border-color: #866202;
}
.TagClassName
{
border-color: #866202;
}
</style>