Shades of Wasabi #86893A
Tints of Wasabi #86893A
RGB
CMYK
RGB Variations
Color information
#86893A (or 0x86893A) is known color: Wasabi. HEX triplet: 86, 89 and 3A. RGB value is (134,137,58). Sum of RGB (Red+Green+Blue) = 134+137+58=329 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.73% from 329); Green value is 137 (53.91% from 255 or 41.64% from 329); Blue value is 58 (23.05% from 255 or 17.63% from 329); Max value from RGB is 137 - color contains mainly: green. Hex color #86893A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86893A is #7976C5. Grayscale: #7F7F7F. Windows color (decimal): -7960262 or 3836294. OLE color: 3836294.
HSL color Cylindrical-coordinate representation of color #86893A: hue angle of 62.28º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #86893A is Cyan = 0.02, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 134 | 137 | 58 | - |
| CMYK | 0.02 | 0 | 0.58 | 0.46 |
| HSL | 62.28º | 0.41% | 0.38% | - |
| HSV(B) | 62.28º | 0.58% | 0.54% | - |
| XYZ | 19.54 | 23.27 | 7.46 | - |
| YUV | 127.1 | 89.01 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 137 | 58 | 0.02 | 0 | 0.58 | 0.46 | 62.28 | 0.41 | 0.38 |
| Hex | 86 | 89 | 3A | 2 | 0 | 3A | 2E | 3E | 29 | 26 |
| Octal | 206 | 211 | 72 | 2 | 0 | 72 | 56 | 76 | 51 | 46 |
| Binary | 10000110 | 10001001 | 111010 | 10 | 0 | 111010 | 101110 | 111110 | 101001 | 100110 |
Color Harmonies of #86893A
Complementary color
Monochromatic Colors of #86893A
Black with #86893A
Text Example
Text Example
White with #86893A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86893A; }
p { color: rgb(134,137,58); }
H1.HeaderClassName
{
color: #86893A;
}
.AnyTagClassName
{
color: #86893A;
}
</style>
background-color css
<style>
a { background-color: #86893A; }
a { background-color: rgb(134,137,58); }
div.DivClassName
{
background-color: #86893A;
}
.BgClassName
{
background-color: #86893A;
}
</style>
border-color css
<style>
span { border-color: #86893A; }
span { border-color: rgb(134,137,58); }
td.TdClassName
{
border-color: #86893A;
}
.TagClassName
{
border-color: #86893A;
}
</style>