Shades of Laurel #6C846D
Tints of Laurel #6C846D
RGB
CMYK
RGB Variations
Color information
#6C846D (or 0x6C846D) is known color: Laurel. HEX triplet: 6C, 84 and 6D. RGB value is (108,132,109). Sum of RGB (Red+Green+Blue) = 108+132+109=349 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.95% from 349); Green value is 132 (51.95% from 255 or 37.82% from 349); Blue value is 109 (42.97% from 255 or 31.23% from 349); Max value from RGB is 132 - color contains mainly: green. Hex color #6C846D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C846D is #937B92. Grayscale: #7A7A7A. Windows color (decimal): -9665427 or 7177324. OLE color: 7177324.
HSL color Cylindrical-coordinate representation of color #6C846D: hue angle of 122.5º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6C846D is Cyan = 0.18, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 108 | 132 | 109 | - |
| CMYK | 0.18 | 0 | 0.17 | 0.48 |
| HSL | 122.5º | 0.1% | 0.47% | - |
| HSV(B) | 122.5º | 0.18% | 0.52% | - |
| XYZ | 17.2 | 20.79 | 17.58 | - |
| YUV | 122.2 | 120.55 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 132 | 109 | 0.18 | 0 | 0.17 | 0.48 | 122.5 | 0.1 | 0.47 |
| Hex | 6C | 84 | 6D | 12 | 0 | 11 | 30 | 7B | A | 2F |
| Octal | 154 | 204 | 155 | 22 | 0 | 21 | 60 | 173 | 12 | 57 |
| Binary | 1101100 | 10000100 | 1101101 | 10010 | 0 | 10001 | 110000 | 1111011 | 1010 | 101111 |
Color Harmonies of #6C846D
Complementary color
Monochromatic Colors of #6C846D
Black with #6C846D
Text Example
Text Example
White with #6C846D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C846D; }
p { color: rgb(108,132,109); }
H1.HeaderClassName
{
color: #6C846D;
}
.AnyTagClassName
{
color: #6C846D;
}
</style>
background-color css
<style>
a { background-color: #6C846D; }
a { background-color: rgb(108,132,109); }
div.DivClassName
{
background-color: #6C846D;
}
.BgClassName
{
background-color: #6C846D;
}
</style>
border-color css
<style>
span { border-color: #6C846D; }
span { border-color: rgb(108,132,109); }
td.TdClassName
{
border-color: #6C846D;
}
.TagClassName
{
border-color: #6C846D;
}
</style>