Shades of Schist #838369
Tints of Schist #838369
RGB
CMYK
RGB Variations
Color information
#838369 (or 0x838369) is known color: Schist. HEX triplet: 83, 83 and 69. RGB value is (131,131,105). Sum of RGB (Red+Green+Blue) = 131+131+105=367 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.69% from 367); Green value is 131 (51.56% from 255 or 35.69% from 367); Blue value is 105 (41.41% from 255 or 28.61% from 367); Max value from RGB is 131 - color contains mainly: red, green. Hex color #838369 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838369 is #7C7C96. Grayscale: #808080. Windows color (decimal): -8158359 or 6914947. OLE color: 6914947.
HSL color Cylindrical-coordinate representation of color #838369: hue angle of 60º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #838369 is Cyan = 0, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 131 | 105 | - |
| CMYK | 0 | 0 | 0.20 | 0.49 |
| HSL | 60º | 0.11% | 0.46% | - |
| HSV(B) | 60º | 0.2% | 0.51% | - |
| XYZ | 20.03 | 22.08 | 16.57 | - |
| YUV | 128.04 | 115 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 131 | 105 | 0 | 0 | 0.20 | 0.49 | 60 | 0.11 | 0.46 |
| Hex | 83 | 83 | 69 | 0 | 0 | 14 | 31 | 3C | B | 2E |
| Octal | 203 | 203 | 151 | 0 | 0 | 24 | 61 | 74 | 13 | 56 |
| Binary | 10000011 | 10000011 | 1101001 | 0 | 0 | 10100 | 110001 | 111100 | 1011 | 101110 |
Color Harmonies of #838369
Complementary color
Monochromatic Colors of #838369
Black with #838369
Text Example
Text Example
White with #838369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838369; }
p { color: rgb(131,131,105); }
H1.HeaderClassName
{
color: #838369;
}
.AnyTagClassName
{
color: #838369;
}
</style>
background-color css
<style>
a { background-color: #838369; }
a { background-color: rgb(131,131,105); }
div.DivClassName
{
background-color: #838369;
}
.BgClassName
{
background-color: #838369;
}
</style>
border-color css
<style>
span { border-color: #838369; }
span { border-color: rgb(131,131,105); }
td.TdClassName
{
border-color: #838369;
}
.TagClassName
{
border-color: #838369;
}
</style>