#6D856F

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

Shades of Laurel #6D856F

Tints of Laurel #6D856F

Color information

#6D856F (or 0x6D856F) is unknown color: approx Laurel. HEX triplet: 6D, 85 and 6F. RGB value is (109,133,111). Sum of RGB (Red+Green+Blue) = 109+133+111=353 (46% of max value = 765). Red value is 109 (42.97% from 255 or 30.88% from 353); Green value is 133 (52.34% from 255 or 37.68% from 353); Blue value is 111 (43.75% from 255 or 31.44% from 353); Max value from RGB is 133 - color contains mainly: green. Hex color #6D856F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D856F is #927A90. Grayscale: #7B7B7B. Windows color (decimal): -9599633 or 7308653. OLE color: 7308653.

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

Color convert

RGB109133111-
CMYK0.1800.170.48
HSL125º9.92%47.45%-
HSV(B)125º18.05%52.16%-
XYZ17.5621.1718.2-
YUV123.32121.05117.79-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 30.88%
GREEN value IS 133 (52.34% from 255) = 37.68%
BLUE value IS 111 (43.75% from 255) = 31.44%
R=30.88%
G=37.68%
B=31.44%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1091331110.1800.170.481259.9247.45
Hex6D856F12011307da2f
Octal15520515722021601751257
Binary11011011000010111011111001001000111000011111011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D856F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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