Shades of Schist #81826D
Tints of Schist #81826D
RGB
CMYK
RGB Variations
Color information
#81826D (or 0x81826D) is known color: Schist. HEX triplet: 81, 82 and 6D. RGB value is (129,130,109). Sum of RGB (Red+Green+Blue) = 129+130+109=368 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.05% from 368); Green value is 130 (51.17% from 255 or 35.33% from 368); Blue value is 109 (42.97% from 255 or 29.62% from 368); Max value from RGB is 130 - color contains mainly: green. Hex color #81826D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81826D is #7E7D92. Grayscale: #7F7F7F. Windows color (decimal): -8289683 or 7176833. OLE color: 7176833.
HSL color Cylindrical-coordinate representation of color #81826D: hue angle of 62.86º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #81826D is Cyan = 0.01, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 130 | 109 | - |
| CMYK | 0.01 | 0 | 0.16 | 0.49 |
| HSL | 62.86º | 0.09% | 0.47% | - |
| HSV(B) | 62.86º | 0.16% | 0.51% | - |
| XYZ | 19.8 | 21.74 | 17.62 | - |
| YUV | 127.31 | 117.67 | 129.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 130 | 109 | 0.01 | 0 | 0.16 | 0.49 | 62.86 | 0.09 | 0.47 |
| Hex | 81 | 82 | 6D | 1 | 0 | 10 | 31 | 3F | 9 | 2F |
| Octal | 201 | 202 | 155 | 1 | 0 | 20 | 61 | 77 | 11 | 57 |
| Binary | 10000001 | 10000010 | 1101101 | 1 | 0 | 10000 | 110001 | 111111 | 1001 | 101111 |
Color Harmonies of #81826D
Complementary color
Monochromatic Colors of #81826D
Black with #81826D
Text Example
Text Example
White with #81826D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81826D; }
p { color: rgb(129,130,109); }
H1.HeaderClassName
{
color: #81826D;
}
.AnyTagClassName
{
color: #81826D;
}
</style>
background-color css
<style>
a { background-color: #81826D; }
a { background-color: rgb(129,130,109); }
div.DivClassName
{
background-color: #81826D;
}
.BgClassName
{
background-color: #81826D;
}
</style>
border-color css
<style>
span { border-color: #81826D; }
span { border-color: rgb(129,130,109); }
td.TdClassName
{
border-color: #81826D;
}
.TagClassName
{
border-color: #81826D;
}
</style>