#6E846F

Color #6E846F Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Laurel #6E846F

Tints of Laurel #6E846F

Color information

#6E846F (or 0x6E846F) is unknown color: approx Laurel. HEX triplet: 6E, 84 and 6F. RGB value is (110,132,111). Sum of RGB (Red+Green+Blue) = 110+132+111=353 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.16% from 353); Green value is 132 (51.95% from 255 or 37.39% from 353); Blue value is 111 (43.75% from 255 or 31.44% from 353); Max value from RGB is 132 - color contains mainly: green. Hex color #6E846F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E846F is #917B90. Grayscale: #7B7B7B. Windows color (decimal): -9534353 or 7308398. OLE color: 7308398.

HSL color Cylindrical-coordinate representation of color #6E846F: hue angle of 122.73º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6E846F is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.48.

Color convert

RGB110132111-
CMYK0.1700.160.48
HSL122.73º9.09%47.45%-
HSV(B)122.73º16.67%51.76%-
XYZ17.5520.9718.16-
YUV123.03121.21118.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 110 (43.36% from 255) = 31.16%
GREEN value IS 132 (51.95% from 255) = 37.39%
BLUE value IS 111 (43.75% from 255) = 31.44%
R=31.16%
G=37.39%
B=31.44%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1101321110.1700.160.48122.739.0947.45
Hex6E846F11010307b92f
Octal15620415721020601731157
Binary11011101000010011011111000101000011000011110111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E846F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6E846F; }

 p { color: rgb(110,132,111); }

 H1.HeaderClassName
 {
   color: #6E846F;
 }
 .AnyTagClassName
 {
   color: #6E846F;
 }
</style>
background-color css

<style>
 a { background-color: #6E846F; }

 a { background-color: rgb(110,132,111); }

 div.DivClassName
 {
   background-color: #6E846F;
 }
 .BgClassName
 {
   background-color: #6E846F;
 }
</style>
border-color css

<style>
 span { border-color: #6E846F; }

 span { border-color: rgb(110,132,111); }

 td.TdClassName
 {
   border-color: #6E846F;
 }
 .TagClassName
 {
   border-color: #6E846F;
 }
</style>