Shades of Laurel #6D856C
Tints of Laurel #6D856C
RGB
CMYK
RGB Variations
Color information
#6D856C (or 0x6D856C) is known color: Laurel. HEX triplet: 6D, 85 and 6C. RGB value is (109,133,108). Sum of RGB (Red+Green+Blue) = 109+133+108=350 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.14% from 350); Green value is 133 (52.34% from 255 or 38% from 350); Blue value is 108 (42.58% from 255 or 30.86% from 350); Max value from RGB is 133 - color contains mainly: green. Hex color #6D856C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D856C is #927A93. Grayscale: #7B7B7B. Windows color (decimal): -9599636 or 7112045. OLE color: 7112045.
HSL color Cylindrical-coordinate representation of color #6D856C: hue angle of 117.6º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6D856C is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 109 | 133 | 108 | - |
| CMYK | 0.18 | 0 | 0.19 | 0.48 |
| HSL | 117.6º | 0.1% | 0.47% | - |
| HSV(B) | 117.6º | 0.19% | 0.52% | - |
| XYZ | 17.4 | 21.11 | 17.34 | - |
| YUV | 122.97 | 119.55 | 118.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 133 | 108 | 0.18 | 0 | 0.19 | 0.48 | 117.6 | 0.1 | 0.47 |
| Hex | 6D | 85 | 6C | 12 | 0 | 13 | 30 | 76 | A | 2F |
| Octal | 155 | 205 | 154 | 22 | 0 | 23 | 60 | 166 | 12 | 57 |
| Binary | 1101101 | 10000101 | 1101100 | 10010 | 0 | 10011 | 110000 | 1110110 | 1010 | 101111 |
Color Harmonies of #6D856C
Complementary color
Monochromatic Colors of #6D856C
Black with #6D856C
Text Example
Text Example
White with #6D856C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D856C; }
p { color: rgb(109,133,108); }
H1.HeaderClassName
{
color: #6D856C;
}
.AnyTagClassName
{
color: #6D856C;
}
</style>
background-color css
<style>
a { background-color: #6D856C; }
a { background-color: rgb(109,133,108); }
div.DivClassName
{
background-color: #6D856C;
}
.BgClassName
{
background-color: #6D856C;
}
</style>
border-color css
<style>
span { border-color: #6D856C; }
span { border-color: rgb(109,133,108); }
td.TdClassName
{
border-color: #6D856C;
}
.TagClassName
{
border-color: #6D856C;
}
</style>