Shades of Laurel #6B816A
Tints of Laurel #6B816A
RGB
CMYK
RGB Variations
Color information
#6B816A (or 0x6B816A) is known color: Laurel. HEX triplet: 6B, 81 and 6A. RGB value is (107,129,106). Sum of RGB (Red+Green+Blue) = 107+129+106=342 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.29% from 342); Green value is 129 (50.78% from 255 or 37.72% from 342); Blue value is 106 (41.80% from 255 or 30.99% from 342); Max value from RGB is 129 - color contains mainly: green. Hex color #6B816A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B816A is #947E95. Grayscale: #777777. Windows color (decimal): -9731734 or 6979947. OLE color: 6979947.
HSL color Cylindrical-coordinate representation of color #6B816A: hue angle of 117.39º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6B816A is Cyan = 0.17, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 107 | 129 | 106 | - |
| CMYK | 0.17 | 0 | 0.18 | 0.49 |
| HSL | 117.39º | 0.1% | 0.46% | - |
| HSV(B) | 117.39º | 0.18% | 0.51% | - |
| XYZ | 16.52 | 19.87 | 16.6 | - |
| YUV | 119.8 | 120.21 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 129 | 106 | 0.17 | 0 | 0.18 | 0.49 | 117.39 | 0.1 | 0.46 |
| Hex | 6B | 81 | 6A | 11 | 0 | 12 | 31 | 75 | A | 2E |
| Octal | 153 | 201 | 152 | 21 | 0 | 22 | 61 | 165 | 12 | 56 |
| Binary | 1101011 | 10000001 | 1101010 | 10001 | 0 | 10010 | 110001 | 1110101 | 1010 | 101110 |
Color Harmonies of #6B816A
Complementary color
Monochromatic Colors of #6B816A
Black with #6B816A
Text Example
Text Example
White with #6B816A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B816A; }
p { color: rgb(107,129,106); }
H1.HeaderClassName
{
color: #6B816A;
}
.AnyTagClassName
{
color: #6B816A;
}
</style>
background-color css
<style>
a { background-color: #6B816A; }
a { background-color: rgb(107,129,106); }
div.DivClassName
{
background-color: #6B816A;
}
.BgClassName
{
background-color: #6B816A;
}
</style>
border-color css
<style>
span { border-color: #6B816A; }
span { border-color: rgb(107,129,106); }
td.TdClassName
{
border-color: #6B816A;
}
.TagClassName
{
border-color: #6B816A;
}
</style>