#6D816C

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

Shades of Laurel #6D816C

Tints of Laurel #6D816C

Color information

#6D816C (or 0x6D816C) is unknown color: approx Laurel. HEX triplet: 6D, 81 and 6C. RGB value is (109,129,108). Sum of RGB (Red+Green+Blue) = 109+129+108=346 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.50% from 346); Green value is 129 (50.78% from 255 or 37.28% from 346); Blue value is 108 (42.58% from 255 or 31.21% from 346); Max value from RGB is 129 - color contains mainly: green. Hex color #6D816C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D816C is #927E93. Grayscale: #787878. Windows color (decimal): -9600660 or 7111021. OLE color: 7111021.

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

Color convert

RGB109129108-
CMYK0.1600.160.49
HSL117.14º8.86%46.47%-
HSV(B)117.14º16.28%50.59%-
XYZ16.8620.0317.17-
YUV120.63120.87119.71-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 31.50%
GREEN value IS 129 (50.78% from 255) = 37.28%
BLUE value IS 108 (42.58% from 255) = 31.21%
R=31.50%
G=37.28%
B=31.21%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1091291080.1600.160.49117.148.8646.47
Hex6D816C10010317592e
Octal15520115420020611651156
Binary11011011000000111011001000001000011000111101011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D816C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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