Shades of Schooner #8D836F
Tints of Schooner #8D836F
RGB
CMYK
RGB Variations
Color information
#8D836F (or 0x8D836F) is known color: Schooner. HEX triplet: 8D, 83 and 6F. RGB value is (141,131,111). Sum of RGB (Red+Green+Blue) = 141+131+111=383 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.81% from 383); Green value is 131 (51.56% from 255 or 34.20% from 383); Blue value is 111 (43.75% from 255 or 28.98% from 383); Max value from RGB is 141 - color contains mainly: red. Hex color #8D836F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D836F is #727C90. Grayscale: #838383. Windows color (decimal): -7502993 or 7308173. OLE color: 7308173.
HSL color Cylindrical-coordinate representation of color #8D836F: hue angle of 40º 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 #8D836F is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 131 | 111 | - |
| CMYK | 0 | 0.07 | 0.21 | 0.45 |
| HSL | 40º | 0.12% | 0.49% | - |
| HSV(B) | 40º | 0.21% | 0.55% | - |
| XYZ | 21.97 | 23.04 | 18.33 | - |
| YUV | 131.71 | 116.31 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 131 | 111 | 0 | 0.07 | 0.21 | 0.45 | 40 | 0.12 | 0.49 |
| Hex | 8D | 83 | 6F | 0 | 7 | 15 | 2D | 28 | C | 31 |
| Octal | 215 | 203 | 157 | 0 | 7 | 25 | 55 | 50 | 14 | 61 |
| Binary | 10001101 | 10000011 | 1101111 | 0 | 111 | 10101 | 101101 | 101000 | 1100 | 110001 |
Color Harmonies of #8D836F
Complementary color
Monochromatic Colors of #8D836F
Black with #8D836F
Text Example
Text Example
White with #8D836F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D836F; }
p { color: rgb(141,131,111); }
H1.HeaderClassName
{
color: #8D836F;
}
.AnyTagClassName
{
color: #8D836F;
}
</style>
background-color css
<style>
a { background-color: #8D836F; }
a { background-color: rgb(141,131,111); }
div.DivClassName
{
background-color: #8D836F;
}
.BgClassName
{
background-color: #8D836F;
}
</style>
border-color css
<style>
span { border-color: #8D836F; }
span { border-color: rgb(141,131,111); }
td.TdClassName
{
border-color: #8D836F;
}
.TagClassName
{
border-color: #8D836F;
}
</style>