#6E846D

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

Shades of Laurel #6E846D

Tints of Laurel #6E846D

Color information

#6E846D (or 0x6E846D) is unknown color: approx Laurel. HEX triplet: 6E, 84 and 6D. RGB value is (110,132,109). Sum of RGB (Red+Green+Blue) = 110+132+109=351 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.34% from 351); Green value is 132 (51.95% from 255 or 37.61% from 351); Blue value is 109 (42.97% from 255 or 31.05% from 351); Max value from RGB is 132 - color contains mainly: green. Hex color #6E846D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E846D is #917B92. Grayscale: #7A7A7A. Windows color (decimal): -9534355 or 7177326. OLE color: 7177326.

HSL color Cylindrical-coordinate representation of color #6E846D: hue angle of 117.39º degrees, saturation: 0.1, 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 #6E846D is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB110132109-
CMYK0.1700.170.48
HSL117.39º9.54%47.25%-
HSV(B)117.39º17.42%51.76%-
XYZ17.4420.9217.59-
YUV122.8120.21118.87-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 31.34%
GREEN value IS 132 (51.95% from 255) = 37.61%
BLUE value IS 109 (42.97% from 255) = 31.05%
R=31.34%
G=37.61%
B=31.05%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1101321090.1700.170.48117.399.5447.25
Hex6E846D110113075a2f
Octal15620415521021601651257
Binary11011101000010011011011000101000111000011101011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E846D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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