Shades of Schooner #8C826F
Tints of Schooner #8C826F
RGB
CMYK
RGB Variations
Color information
#8C826F (or 0x8C826F) is known color: Schooner. HEX triplet: 8C, 82 and 6F. RGB value is (140,130,111). Sum of RGB (Red+Green+Blue) = 140+130+111=381 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.75% from 381); Green value is 130 (51.17% from 255 or 34.12% from 381); Blue value is 111 (43.75% from 255 or 29.13% from 381); Max value from RGB is 140 - color contains mainly: red. Hex color #8C826F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C826F is #737D90. Grayscale: #828282. Windows color (decimal): -7568785 or 7307916. OLE color: 7307916.
HSL color Cylindrical-coordinate representation of color #8C826F: hue angle of 39.31º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8C826F is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 130 | 111 | - |
| CMYK | 0 | 0.07 | 0.21 | 0.45 |
| HSL | 39.31º | 0.12% | 0.49% | - |
| HSV(B) | 39.31º | 0.21% | 0.55% | - |
| XYZ | 21.67 | 22.69 | 18.28 | - |
| YUV | 130.82 | 116.81 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 130 | 111 | 0 | 0.07 | 0.21 | 0.45 | 39.31 | 0.12 | 0.49 |
| Hex | 8C | 82 | 6F | 0 | 7 | 15 | 2D | 27 | C | 31 |
| Octal | 214 | 202 | 157 | 0 | 7 | 25 | 55 | 47 | 14 | 61 |
| Binary | 10001100 | 10000010 | 1101111 | 0 | 111 | 10101 | 101101 | 100111 | 1100 | 110001 |
Color Harmonies of #8C826F
Complementary color
Monochromatic Colors of #8C826F
Black with #8C826F
Text Example
Text Example
White with #8C826F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C826F; }
p { color: rgb(140,130,111); }
H1.HeaderClassName
{
color: #8C826F;
}
.AnyTagClassName
{
color: #8C826F;
}
</style>
background-color css
<style>
a { background-color: #8C826F; }
a { background-color: rgb(140,130,111); }
div.DivClassName
{
background-color: #8C826F;
}
.BgClassName
{
background-color: #8C826F;
}
</style>
border-color css
<style>
span { border-color: #8C826F; }
span { border-color: rgb(140,130,111); }
td.TdClassName
{
border-color: #8C826F;
}
.TagClassName
{
border-color: #8C826F;
}
</style>