Shades of Laurel #6C816D
Tints of Laurel #6C816D
RGB
CMYK
RGB Variations
Color information
#6C816D (or 0x6C816D) is known color: Laurel. HEX triplet: 6C, 81 and 6D. RGB value is (108,129,109). Sum of RGB (Red+Green+Blue) = 108+129+109=346 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.21% from 346); Green value is 129 (50.78% from 255 or 37.28% from 346); Blue value is 109 (42.97% from 255 or 31.50% from 346); Max value from RGB is 129 - color contains mainly: green. Hex color #6C816D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C816D is #937E92. Grayscale: #787878. Windows color (decimal): -9666195 or 7176556. OLE color: 7176556.
HSL color Cylindrical-coordinate representation of color #6C816D: hue angle of 122.86º degrees, saturation: 0.09, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6C816D is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 108 | 129 | 109 | - |
| CMYK | 0.16 | 0 | 0.16 | 0.49 |
| HSL | 122.86º | 0.09% | 0.46% | - |
| HSV(B) | 122.86º | 0.16% | 0.51% | - |
| XYZ | 16.79 | 19.99 | 17.44 | - |
| YUV | 120.44 | 121.54 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 129 | 109 | 0.16 | 0 | 0.16 | 0.49 | 122.86 | 0.09 | 0.46 |
| Hex | 6C | 81 | 6D | 10 | 0 | 10 | 31 | 7B | 9 | 2E |
| Octal | 154 | 201 | 155 | 20 | 0 | 20 | 61 | 173 | 11 | 56 |
| Binary | 1101100 | 10000001 | 1101101 | 10000 | 0 | 10000 | 110001 | 1111011 | 1001 | 101110 |
Color Harmonies of #6C816D
Complementary color
Monochromatic Colors of #6C816D
Black with #6C816D
Text Example
Text Example
White with #6C816D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C816D; }
p { color: rgb(108,129,109); }
H1.HeaderClassName
{
color: #6C816D;
}
.AnyTagClassName
{
color: #6C816D;
}
</style>
background-color css
<style>
a { background-color: #6C816D; }
a { background-color: rgb(108,129,109); }
div.DivClassName
{
background-color: #6C816D;
}
.BgClassName
{
background-color: #6C816D;
}
</style>
border-color css
<style>
span { border-color: #6C816D; }
span { border-color: rgb(108,129,109); }
td.TdClassName
{
border-color: #6C816D;
}
.TagClassName
{
border-color: #6C816D;
}
</style>