#6D846C

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

Shades of Laurel #6D846C

Tints of Laurel #6D846C

Color information

#6D846C (or 0x6D846C) is unknown color: approx Laurel. HEX triplet: 6D, 84 and 6C. RGB value is (109,132,108). Sum of RGB (Red+Green+Blue) = 109+132+108=349 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.23% from 349); Green value is 132 (51.95% from 255 or 37.82% from 349); Blue value is 108 (42.58% from 255 or 30.95% from 349); Max value from RGB is 132 - color contains mainly: green. Hex color #6D846C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D846C is #927B93. Grayscale: #7A7A7A. Windows color (decimal): -9599892 or 7111789. OLE color: 7111789.

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

Color convert

RGB109132108-
CMYK0.1700.180.48
HSL117.5º10%47.06%-
HSV(B)117.5º18.18%51.76%-
XYZ17.2620.8417.3-
YUV122.39119.88118.45-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 31.23%
GREEN value IS 132 (51.95% from 255) = 37.82%
BLUE value IS 108 (42.58% from 255) = 30.95%
R=31.23%
G=37.82%
B=30.95%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1091321080.1700.180.48117.51047.06
Hex6D846C110123076a2f
Octal15520415421022601661257
Binary11011011000010011011001000101001011000011101101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D846C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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