Shades of Laurel #6C886B
Tints of Laurel #6C886B
RGB
CMYK
RGB Variations
Color information
#6C886B (or 0x6C886B) is known color: Laurel. HEX triplet: 6C, 88 and 6B. RGB value is (108,136,107). Sum of RGB (Red+Green+Blue) = 108+136+107=351 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.77% from 351); Green value is 136 (53.52% from 255 or 38.75% from 351); Blue value is 107 (42.19% from 255 or 30.48% from 351); Max value from RGB is 136 - color contains mainly: green. Hex color #6C886B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C886B is #937794. Grayscale: #7C7C7C. Windows color (decimal): -9664405 or 7047276. OLE color: 7047276.
HSL color Cylindrical-coordinate representation of color #6C886B: hue angle of 117.93º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6C886B is Cyan = 0.21, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 108 | 136 | 107 | - |
| CMYK | 0.21 | 0 | 0.21 | 0.47 |
| HSL | 117.93º | 0.12% | 0.48% | - |
| HSV(B) | 117.93º | 0.21% | 0.53% | - |
| XYZ | 17.64 | 21.86 | 17.2 | - |
| YUV | 124.32 | 118.22 | 116.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 136 | 107 | 0.21 | 0 | 0.21 | 0.47 | 117.93 | 0.12 | 0.48 |
| Hex | 6C | 88 | 6B | 15 | 0 | 15 | 2F | 76 | C | 30 |
| Octal | 154 | 210 | 153 | 25 | 0 | 25 | 57 | 166 | 14 | 60 |
| Binary | 1101100 | 10001000 | 1101011 | 10101 | 0 | 10101 | 101111 | 1110110 | 1100 | 110000 |
Color Harmonies of #6C886B
Complementary color
Monochromatic Colors of #6C886B
Black with #6C886B
Text Example
Text Example
White with #6C886B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C886B; }
p { color: rgb(108,136,107); }
H1.HeaderClassName
{
color: #6C886B;
}
.AnyTagClassName
{
color: #6C886B;
}
</style>
background-color css
<style>
a { background-color: #6C886B; }
a { background-color: rgb(108,136,107); }
div.DivClassName
{
background-color: #6C886B;
}
.BgClassName
{
background-color: #6C886B;
}
</style>
border-color css
<style>
span { border-color: #6C886B; }
span { border-color: rgb(108,136,107); }
td.TdClassName
{
border-color: #6C886B;
}
.TagClassName
{
border-color: #6C886B;
}
</style>