Shades of Laurel #6B8571
Tints of Laurel #6B8571
RGB
CMYK
RGB Variations
Color information
#6B8571 (or 0x6B8571) is known color: Laurel. HEX triplet: 6B, 85 and 71. RGB value is (107,133,113). Sum of RGB (Red+Green+Blue) = 107+133+113=353 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.31% from 353); Green value is 133 (52.34% from 255 or 37.68% from 353); Blue value is 113 (44.53% from 255 or 32.01% from 353); Max value from RGB is 133 - color contains mainly: green. Hex color #6B8571 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B8571 is #947A8E. Grayscale: #7B7B7B. Windows color (decimal): -9730703 or 7439723. OLE color: 7439723.
HSL color Cylindrical-coordinate representation of color #6B8571: hue angle of 133.85º 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 #6B8571 is Cyan = 0.20, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 107 | 133 | 113 | - |
| CMYK | 0.20 | 0 | 0.15 | 0.48 |
| HSL | 133.85º | 0.11% | 0.47% | - |
| HSV(B) | 133.85º | 0.2% | 0.52% | - |
| XYZ | 17.43 | 21.09 | 18.78 | - |
| YUV | 122.95 | 122.39 | 116.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 133 | 113 | 0.20 | 0 | 0.15 | 0.48 | 133.85 | 0.11 | 0.47 |
| Hex | 6B | 85 | 71 | 14 | 0 | F | 30 | 86 | B | 2F |
| Octal | 153 | 205 | 161 | 24 | 0 | 17 | 60 | 206 | 13 | 57 |
| Binary | 1101011 | 10000101 | 1110001 | 10100 | 0 | 1111 | 110000 | 10000110 | 1011 | 101111 |
Color Harmonies of #6B8571
Complementary color
Monochromatic Colors of #6B8571
Black with #6B8571
Text Example
Text Example
White with #6B8571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8571; }
p { color: rgb(107,133,113); }
H1.HeaderClassName
{
color: #6B8571;
}
.AnyTagClassName
{
color: #6B8571;
}
</style>
background-color css
<style>
a { background-color: #6B8571; }
a { background-color: rgb(107,133,113); }
div.DivClassName
{
background-color: #6B8571;
}
.BgClassName
{
background-color: #6B8571;
}
</style>
border-color css
<style>
span { border-color: #6B8571; }
span { border-color: rgb(107,133,113); }
td.TdClassName
{
border-color: #6B8571;
}
.TagClassName
{
border-color: #6B8571;
}
</style>