#6E885B

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

Shades of Highland #6E885B

Tints of Highland #6E885B

Color information

#6E885B (or 0x6E885B) is unknown color: approx Highland. HEX triplet: 6E, 88 and 5B. RGB value is (110,136,91). Sum of RGB (Red+Green+Blue) = 110+136+91=337 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.64% from 337); Green value is 136 (53.52% from 255 or 40.36% from 337); Blue value is 91 (35.94% from 255 or 27.00% from 337); Max value from RGB is 136 - color contains mainly: green. Hex color #6E885B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E885B is #9177A4. Grayscale: #7B7B7B. Windows color (decimal): -9533349 or 5998702. OLE color: 5998702.

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

Color convert

RGB11013691-
CMYK0.1900.330.47
HSL94.67º19.82%44.51%-
HSV(B)94.67º33.09%53.33%-
XYZ17.1221.6813.18-
YUV123.1109.89118.66-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 32.64%
GREEN value IS 136 (53.52% from 255) = 40.36%
BLUE value IS 91 (35.94% from 255) = 27.00%
R=32.64%
G=40.36%
B=27.00%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal110136910.1900.330.4794.6719.8244.51
Hex6E885B130212F5f142d
Octal15621013323041571372455
Binary1101110100010001011011100110100001101111101111110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E885B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,136,91); }

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

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

 a { background-color: rgb(110,136,91); }

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

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

 span { border-color: rgb(110,136,91); }

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