#6D846B

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

Shades of Laurel #6D846B

Tints of Laurel #6D846B

Color information

#6D846B (or 0x6D846B) is unknown color: approx Laurel. HEX triplet: 6D, 84 and 6B. RGB value is (109,132,107). Sum of RGB (Red+Green+Blue) = 109+132+107=348 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.32% from 348); Green value is 132 (51.95% from 255 or 37.93% from 348); Blue value is 107 (42.19% from 255 or 30.75% from 348); Max value from RGB is 132 - color contains mainly: green. Hex color #6D846B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D846B is #927B94. Grayscale: #7A7A7A. Windows color (decimal): -9599893 or 7046253. OLE color: 7046253.

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

Color convert

RGB109132107-
CMYK0.1700.190.48
HSL115.2º10.46%46.86%-
HSV(B)115.2º18.94%51.76%-
XYZ17.2120.8217.02-
YUV122.27119.38118.53-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 31.32%
GREEN value IS 132 (51.95% from 255) = 37.93%
BLUE value IS 107 (42.19% from 255) = 30.75%
R=31.32%
G=37.93%
B=30.75%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1091321070.1700.190.48115.210.4646.86
Hex6D846B110133073a2f
Octal15520415321023601631257
Binary11011011000010011010111000101001111000011100111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D846B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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