Shades of Laurel #6D8271
Tints of Laurel #6D8271
RGB
CMYK
RGB Variations
Color information
#6D8271 (or 0x6D8271) is known color: Laurel. HEX triplet: 6D, 82 and 71. RGB value is (109,130,113). Sum of RGB (Red+Green+Blue) = 109+130+113=352 (46% of max value = 765). Red value is 109 (42.97% from 255 or 30.97% from 352); Green value is 130 (51.17% from 255 or 36.93% from 352); Blue value is 113 (44.53% from 255 or 32.10% from 352); Max value from RGB is 130 - color contains mainly: green. Hex color #6D8271 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D8271 is #927D8E. Grayscale: #797979. Windows color (decimal): -9600399 or 7438957. OLE color: 7438957.
HSL color Cylindrical-coordinate representation of color #6D8271: hue angle of 131.43º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6D8271 is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 109 | 130 | 113 | - |
| CMYK | 0.16 | 0 | 0.13 | 0.49 |
| HSL | 131.43º | 0.09% | 0.47% | - |
| HSV(B) | 131.43º | 0.16% | 0.51% | - |
| XYZ | 17.27 | 20.41 | 18.65 | - |
| YUV | 121.78 | 123.04 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 130 | 113 | 0.16 | 0 | 0.13 | 0.49 | 131.43 | 0.09 | 0.47 |
| Hex | 6D | 82 | 71 | 10 | 0 | D | 31 | 83 | 9 | 2F |
| Octal | 155 | 202 | 161 | 20 | 0 | 15 | 61 | 203 | 11 | 57 |
| Binary | 1101101 | 10000010 | 1110001 | 10000 | 0 | 1101 | 110001 | 10000011 | 1001 | 101111 |
Color Harmonies of #6D8271
Complementary color
Monochromatic Colors of #6D8271
Black with #6D8271
Text Example
Text Example
White with #6D8271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8271; }
p { color: rgb(109,130,113); }
H1.HeaderClassName
{
color: #6D8271;
}
.AnyTagClassName
{
color: #6D8271;
}
</style>
background-color css
<style>
a { background-color: #6D8271; }
a { background-color: rgb(109,130,113); }
div.DivClassName
{
background-color: #6D8271;
}
.BgClassName
{
background-color: #6D8271;
}
</style>
border-color css
<style>
span { border-color: #6D8271; }
span { border-color: rgb(109,130,113); }
td.TdClassName
{
border-color: #6D8271;
}
.TagClassName
{
border-color: #6D8271;
}
</style>