#6D885A

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

Shades of Highland #6D885A

Tints of Highland #6D885A

Color information

#6D885A (or 0x6D885A) is unknown color: approx Highland. HEX triplet: 6D, 88 and 5A. RGB value is (109,136,90). Sum of RGB (Red+Green+Blue) = 109+136+90=335 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.54% from 335); Green value is 136 (53.52% from 255 or 40.60% from 335); Blue value is 90 (35.55% from 255 or 26.87% from 335); Max value from RGB is 136 - color contains mainly: green. Hex color #6D885A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D885A is #9277A5. Grayscale: #7A7A7A. Windows color (decimal): -9598886 or 5933165. OLE color: 5933165.

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

Color convert

RGB10913690-
CMYK0.2000.340.47
HSL95.22º20.35%44.31%-
HSV(B)95.22º33.82%53.33%-
XYZ16.9621.612.95-
YUV122.68109.55118.24-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 32.54%
GREEN value IS 136 (53.52% from 255) = 40.60%
BLUE value IS 90 (35.55% from 255) = 26.87%
R=32.54%
G=40.60%
B=26.87%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal109136900.2000.340.4795.2220.3544.31
Hex6D885A140222F5f142c
Octal15521013224042571372454
Binary1101101100010001011010101000100010101111101111110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D885A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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