Shades of Laurel #6B746C
Tints of Laurel #6B746C
RGB
CMYK
RGB Variations
Color information
#6B746C (or 0x6B746C) is known color: Laurel. HEX triplet: 6B, 74 and 6C. RGB value is (107,116,108). Sum of RGB (Red+Green+Blue) = 107+116+108=331 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.33% from 331); Green value is 116 (45.70% from 255 or 35.05% from 331); Blue value is 108 (42.58% from 255 or 32.63% from 331); Max value from RGB is 116 - color contains mainly: green. Hex color #6B746C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B746C is #948B93. Grayscale: #707070. Windows color (decimal): -9735060 or 7107691. OLE color: 7107691.
HSL color Cylindrical-coordinate representation of color #6B746C: hue angle of 126.67º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #6B746C is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 107 | 116 | 108 | - |
| CMYK | 0.08 | 0 | 0.07 | 0.55 |
| HSL | 126.67º | 0.04% | 0.44% | - |
| HSV(B) | 126.67º | 0.08% | 0.45% | - |
| XYZ | 15.02 | 16.7 | 16.62 | - |
| YUV | 112.4 | 125.52 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 116 | 108 | 0.08 | 0 | 0.07 | 0.55 | 126.67 | 0.04 | 0.44 |
| Hex | 6B | 74 | 6C | 8 | 0 | 7 | 37 | 7F | 4 | 2C |
| Octal | 153 | 164 | 154 | 10 | 0 | 7 | 67 | 177 | 4 | 54 |
| Binary | 1101011 | 1110100 | 1101100 | 1000 | 0 | 111 | 110111 | 1111111 | 100 | 101100 |
Color Harmonies of #6B746C
Complementary color
Monochromatic Colors of #6B746C
Black with #6B746C
Text Example
Text Example
White with #6B746C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B746C; }
p { color: rgb(107,116,108); }
H1.HeaderClassName
{
color: #6B746C;
}
.AnyTagClassName
{
color: #6B746C;
}
</style>
background-color css
<style>
a { background-color: #6B746C; }
a { background-color: rgb(107,116,108); }
div.DivClassName
{
background-color: #6B746C;
}
.BgClassName
{
background-color: #6B746C;
}
</style>
border-color css
<style>
span { border-color: #6B746C; }
span { border-color: rgb(107,116,108); }
td.TdClassName
{
border-color: #6B746C;
}
.TagClassName
{
border-color: #6B746C;
}
</style>