Shades of Laurel #6B836D
Tints of Laurel #6B836D
RGB
CMYK
RGB Variations
Color information
#6B836D (or 0x6B836D) is known color: Laurel. HEX triplet: 6B, 83 and 6D. RGB value is (107,131,109). Sum of RGB (Red+Green+Blue) = 107+131+109=347 (45% of max value = 765). Red value is 107 (42.19% from 255 or 30.84% from 347); Green value is 131 (51.56% from 255 or 37.75% from 347); Blue value is 109 (42.97% from 255 or 31.41% from 347); Max value from RGB is 131 - color contains mainly: green. Hex color #6B836D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B836D is #947C92. Grayscale: #797979. Windows color (decimal): -9731219 or 7177067. OLE color: 7177067.
HSL color Cylindrical-coordinate representation of color #6B836D: hue angle of 125º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6B836D is Cyan = 0.18, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 107 | 131 | 109 | - |
| CMYK | 0.18 | 0 | 0.17 | 0.49 |
| HSL | 125º | 0.1% | 0.47% | - |
| HSV(B) | 125º | 0.18% | 0.51% | - |
| XYZ | 16.94 | 20.46 | 17.52 | - |
| YUV | 121.32 | 121.05 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 131 | 109 | 0.18 | 0 | 0.17 | 0.49 | 125 | 0.1 | 0.47 |
| Hex | 6B | 83 | 6D | 12 | 0 | 11 | 31 | 7D | A | 2F |
| Octal | 153 | 203 | 155 | 22 | 0 | 21 | 61 | 175 | 12 | 57 |
| Binary | 1101011 | 10000011 | 1101101 | 10010 | 0 | 10001 | 110001 | 1111101 | 1010 | 101111 |
Color Harmonies of #6B836D
Complementary color
Monochromatic Colors of #6B836D
Black with #6B836D
Text Example
Text Example
White with #6B836D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B836D; }
p { color: rgb(107,131,109); }
H1.HeaderClassName
{
color: #6B836D;
}
.AnyTagClassName
{
color: #6B836D;
}
</style>
background-color css
<style>
a { background-color: #6B836D; }
a { background-color: rgb(107,131,109); }
div.DivClassName
{
background-color: #6B836D;
}
.BgClassName
{
background-color: #6B836D;
}
</style>
border-color css
<style>
span { border-color: #6B836D; }
span { border-color: rgb(107,131,109); }
td.TdClassName
{
border-color: #6B836D;
}
.TagClassName
{
border-color: #6B836D;
}
</style>