#6D816F

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

Shades of Laurel #6D816F

Tints of Laurel #6D816F

Color information

#6D816F (or 0x6D816F) is unknown color: approx Laurel. HEX triplet: 6D, 81 and 6F. RGB value is (109,129,111). Sum of RGB (Red+Green+Blue) = 109+129+111=349 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.23% from 349); Green value is 129 (50.78% from 255 or 36.96% from 349); Blue value is 111 (43.75% from 255 or 31.81% from 349); Max value from RGB is 129 - color contains mainly: green. Hex color #6D816F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D816F is #927E90. Grayscale: #797979. Windows color (decimal): -9600657 or 7307629. OLE color: 7307629.

HSL color Cylindrical-coordinate representation of color #6D816F: hue angle of 126º degrees, saturation: 0.08, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6D816F is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.49.

Color convert

RGB109129111-
CMYK0.1600.140.49
HSL126º8.4%46.67%-
HSV(B)126º15.5%50.59%-
XYZ17.0320.118.02-
YUV120.97122.37119.46-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 31.23%
GREEN value IS 129 (50.78% from 255) = 36.96%
BLUE value IS 111 (43.75% from 255) = 31.81%
R=31.23%
G=36.96%
B=31.81%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1091291110.1600.140.491268.446.67
Hex6D816F100E317e82f
Octal15520115720016611761057
Binary1101101100000011101111100000111011000111111101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D816F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,129,111); }

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

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

 a { background-color: rgb(109,129,111); }

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

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

 span { border-color: rgb(109,129,111); }

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