Shades of Stack #839685
Tints of Stack #839685
RGB
CMYK
RGB Variations
Color information
#839685 (or 0x839685) is known color: Stack. HEX triplet: 83, 96 and 85. RGB value is (131,150,133). Sum of RGB (Red+Green+Blue) = 131+150+133=414 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.64% from 414); Green value is 150 (58.98% from 255 or 36.23% from 414); Blue value is 133 (52.34% from 255 or 32.13% from 414); Max value from RGB is 150 - color contains mainly: green. Hex color #839685 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839685 is #7C697A. Grayscale: #8E8E8E. Windows color (decimal): -8153467 or 8754819. OLE color: 8754819.
HSL color Cylindrical-coordinate representation of color #839685: hue angle of 126.32º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #839685 is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 131 | 150 | 133 | - |
| CMYK | 0.13 | 0 | 0.11 | 0.41 |
| HSL | 126.32º | 0.08% | 0.55% | - |
| HSV(B) | 126.32º | 0.13% | 0.59% | - |
| XYZ | 24.5 | 28.33 | 26.37 | - |
| YUV | 142.38 | 122.71 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 150 | 133 | 0.13 | 0 | 0.11 | 0.41 | 126.32 | 0.08 | 0.55 |
| Hex | 83 | 96 | 85 | D | 0 | B | 29 | 7E | 8 | 37 |
| Octal | 203 | 226 | 205 | 15 | 0 | 13 | 51 | 176 | 10 | 67 |
| Binary | 10000011 | 10010110 | 10000101 | 1101 | 0 | 1011 | 101001 | 1111110 | 1000 | 110111 |
Color Harmonies of #839685
Complementary color
Monochromatic Colors of #839685
Black with #839685
Text Example
Text Example
White with #839685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839685; }
p { color: rgb(131,150,133); }
H1.HeaderClassName
{
color: #839685;
}
.AnyTagClassName
{
color: #839685;
}
</style>
background-color css
<style>
a { background-color: #839685; }
a { background-color: rgb(131,150,133); }
div.DivClassName
{
background-color: #839685;
}
.BgClassName
{
background-color: #839685;
}
</style>
border-color css
<style>
span { border-color: #839685; }
span { border-color: rgb(131,150,133); }
td.TdClassName
{
border-color: #839685;
}
.TagClassName
{
border-color: #839685;
}
</style>