#6D856D

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

Shades of Laurel #6D856D

Tints of Laurel #6D856D

Color information

#6D856D (or 0x6D856D) is unknown color: approx Laurel. HEX triplet: 6D, 85 and 6D. RGB value is (109,133,109). Sum of RGB (Red+Green+Blue) = 109+133+109=351 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.05% from 351); Green value is 133 (52.34% from 255 or 37.89% from 351); Blue value is 109 (42.97% from 255 or 31.05% from 351); Max value from RGB is 133 - color contains mainly: green. Hex color #6D856D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D856D is #927A92. Grayscale: #7B7B7B. Windows color (decimal): -9599635 or 7177581. OLE color: 7177581.

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

Color convert

RGB109133109-
CMYK0.1800.180.48
HSL120º9.92%47.45%-
HSV(B)120º18.05%52.16%-
XYZ17.4521.1317.63-
YUV123.09120.05117.95-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 31.05%
GREEN value IS 133 (52.34% from 255) = 37.89%
BLUE value IS 109 (42.97% from 255) = 31.05%
R=31.05%
G=37.89%
B=31.05%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1091331090.1800.180.481209.9247.45
Hex6D856D120123078a2f
Octal15520515522022601701257
Binary11011011000010111011011001001001011000011110001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D856D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,133,109); }

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

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

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

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

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

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

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