#6D8859

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

Shades of Highland #6D8859

Tints of Highland #6D8859

Color information

#6D8859 (or 0x6D8859) is unknown color: approx Highland. HEX triplet: 6D, 88 and 59. RGB value is (109,136,89). Sum of RGB (Red+Green+Blue) = 109+136+89=334 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.63% from 334); Green value is 136 (53.52% from 255 or 40.72% from 334); Blue value is 89 (35.16% from 255 or 26.65% from 334); Max value from RGB is 136 - color contains mainly: green. Hex color #6D8859 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D8859 is #9277A6. Grayscale: #7A7A7A. Windows color (decimal): -9598887 or 5867629. OLE color: 5867629.

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

Color convert

RGB10913689-
CMYK0.2000.350.47
HSL94.47º20.89%44.12%-
HSV(B)94.47º34.56%53.33%-
XYZ16.9121.5812.73-
YUV122.57109.05118.32-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 32.63%
GREEN value IS 136 (53.52% from 255) = 40.72%
BLUE value IS 89 (35.16% from 255) = 26.65%
R=32.63%
G=40.72%
B=26.65%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal109136890.2000.350.4794.4720.8944.12
Hex6D8859140232F5e152c
Octal15521013124043571362554
Binary1101101100010001011001101000100011101111101111010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D8859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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