#6E8571

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

Shades of Laurel #6E8571

Tints of Laurel #6E8571

Color information

#6E8571 (or 0x6E8571) is unknown color: approx Laurel. HEX triplet: 6E, 85 and 71. RGB value is (110,133,113). Sum of RGB (Red+Green+Blue) = 110+133+113=356 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.90% from 356); Green value is 133 (52.34% from 255 or 37.36% from 356); Blue value is 113 (44.53% from 255 or 31.74% from 356); Max value from RGB is 133 - color contains mainly: green. Hex color #6E8571 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E8571 is #917A8E. Grayscale: #7B7B7B. Windows color (decimal): -9534095 or 7439726. OLE color: 7439726.

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

Color convert

RGB110133113-
CMYK0.1700.150.48
HSL127.83º9.47%47.65%-
HSV(B)127.83º17.29%52.16%-
XYZ17.821.2818.79-
YUV123.84121.88118.13-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 30.90%
GREEN value IS 133 (52.34% from 255) = 37.36%
BLUE value IS 113 (44.53% from 255) = 31.74%
R=30.90%
G=37.36%
B=31.74%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1101331130.1700.150.48127.839.4747.65
Hex6E8571110F3080930
Octal15620516121017602001160
Binary11011101000010111100011000101111110000100000001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E8571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,133,113); }

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

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

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

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

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

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

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