#6E975D

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

Shades of Highland #6E975D

Tints of Highland #6E975D

Color information

#6E975D (or 0x6E975D) is unknown color: approx Highland. HEX triplet: 6E, 97 and 5D. RGB value is (110,151,93). Sum of RGB (Red+Green+Blue) = 110+151+93=354 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.07% from 354); Green value is 151 (59.38% from 255 or 42.66% from 354); Blue value is 93 (36.72% from 255 or 26.27% from 354); Max value from RGB is 151 - color contains mainly: green. Hex color #6E975D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E975D is #9168A2. Grayscale: #848484. Windows color (decimal): -9529507 or 6133614. OLE color: 6133614.

HSL color Cylindrical-coordinate representation of color #6E975D: hue angle of 102.41º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6E975D is Cyan = 0.27, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.41.

Color convert

RGB11015193-
CMYK0.2700.380.41
HSL102.41º23.77%47.84%-
HSV(B)102.41º38.41%59.22%-
XYZ19.4726.2414.39-
YUV132.13105.92112.22-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 31.07%
GREEN value IS 151 (59.38% from 255) = 42.66%
BLUE value IS 93 (36.72% from 255) = 26.27%
R=31.07%
G=42.66%
B=26.27%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal110151930.2700.380.41102.4123.7747.84
Hex6E975D1B02629661830
Octal15622713533046511463060
Binary1101110100101111011101110110100110101001110011011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E975D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,151,93); }

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

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

 a { background-color: rgb(110,151,93); }

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

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

 span { border-color: rgb(110,151,93); }

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