#6D8857

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

Shades of Highland #6D8857

Tints of Highland #6D8857

Color information

#6D8857 (or 0x6D8857) is unknown color: approx Highland. HEX triplet: 6D, 88 and 57. RGB value is (109,136,87). Sum of RGB (Red+Green+Blue) = 109+136+87=332 (43% of max value = 765). Red value is 109 (42.97% from 255 or 32.83% from 332); Green value is 136 (53.52% from 255 or 40.96% from 332); Blue value is 87 (34.38% from 255 or 26.20% from 332); Max value from RGB is 136 - color contains mainly: green. Hex color #6D8857 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D8857 is #9277A8. Grayscale: #7A7A7A. Windows color (decimal): -9598889 or 5736557. OLE color: 5736557.

HSL color Cylindrical-coordinate representation of color #6D8857: hue angle of 93.06º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6D8857 is Cyan = 0.20, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.47.

Color convert

RGB10913687-
CMYK0.2000.360.47
HSL93.06º21.97%43.73%-
HSV(B)93.06º36.03%53.33%-
XYZ16.8321.5512.29-
YUV122.34108.05118.48-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 32.83%
GREEN value IS 136 (53.52% from 255) = 40.96%
BLUE value IS 87 (34.38% from 255) = 26.20%
R=32.83%
G=40.96%
B=26.20%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal109136870.2000.360.4793.0621.9743.73
Hex6D8857140242F5d162c
Octal15521012724044571352654
Binary1101101100010001010111101000100100101111101110110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D8857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,136,87); }

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

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

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

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

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

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

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