Shades of Laurel #6A856C
Tints of Laurel #6A856C
RGB
CMYK
RGB Variations
Color information
#6A856C (or 0x6A856C) is known color: Laurel. HEX triplet: 6A, 85 and 6C. RGB value is (106,133,108). Sum of RGB (Red+Green+Blue) = 106+133+108=347 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.55% from 347); Green value is 133 (52.34% from 255 or 38.33% from 347); Blue value is 108 (42.58% from 255 or 31.12% from 347); Max value from RGB is 133 - color contains mainly: green. Hex color #6A856C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A856C is #957A93. Grayscale: #7A7A7A. Windows color (decimal): -9796244 or 7112042. OLE color: 7112042.
HSL color Cylindrical-coordinate representation of color #6A856C: hue angle of 124.44º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6A856C is Cyan = 0.20, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 106 | 133 | 108 | - |
| CMYK | 0.20 | 0 | 0.19 | 0.48 |
| HSL | 124.44º | 0.11% | 0.47% | - |
| HSV(B) | 124.44º | 0.2% | 0.52% | - |
| XYZ | 17.04 | 20.92 | 17.33 | - |
| YUV | 122.08 | 120.05 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 133 | 108 | 0.20 | 0 | 0.19 | 0.48 | 124.44 | 0.11 | 0.47 |
| Hex | 6A | 85 | 6C | 14 | 0 | 13 | 30 | 7C | B | 2F |
| Octal | 152 | 205 | 154 | 24 | 0 | 23 | 60 | 174 | 13 | 57 |
| Binary | 1101010 | 10000101 | 1101100 | 10100 | 0 | 10011 | 110000 | 1111100 | 1011 | 101111 |
Color Harmonies of #6A856C
Complementary color
Monochromatic Colors of #6A856C
Black with #6A856C
Text Example
Text Example
White with #6A856C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A856C; }
p { color: rgb(106,133,108); }
H1.HeaderClassName
{
color: #6A856C;
}
.AnyTagClassName
{
color: #6A856C;
}
</style>
background-color css
<style>
a { background-color: #6A856C; }
a { background-color: rgb(106,133,108); }
div.DivClassName
{
background-color: #6A856C;
}
.BgClassName
{
background-color: #6A856C;
}
</style>
border-color css
<style>
span { border-color: #6A856C; }
span { border-color: rgb(106,133,108); }
td.TdClassName
{
border-color: #6A856C;
}
.TagClassName
{
border-color: #6A856C;
}
</style>