Html Css Color HEX #6E895C Highland

📋 copy color: '#6E895C'

red 110 ◦ green 137 ◦ blue 92

#6E895C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Highland #6E895C

Tints of Highland #6E895C

RGB

 RED value IS 110 (43.36% from 255) = 32.45%

 GREEN value IS 137 (53.91% from 255) = 40.41%

 BLUE value IS 92 (36.33% from 255) = 27.14%

R = 32.45%
G = 40.41%
B = 27.14%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.33

 K value IS 0.46

RGB Variations

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

Color information

#6E895C (or 0x6E895C) is known color: Highland. HEX triplet: 6E, 89 and 5C. RGB value is (110,137,92). Sum of RGB (Red+Green+Blue) = 110+137+92=339 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.45% from 339); Green value is 137 (53.91% from 255 or 40.41% from 339); Blue value is 92 (36.33% from 255 or 27.14% from 339); Max value from RGB is 137 - color contains mainly: green. Hex color #6E895C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E895C is #9176A3. Grayscale: #7B7B7B. Windows color (decimal): -9533092 or 6064494. OLE color: 6064494.

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

Color convert

RGB 110 137 92 -
CMYK 0.20 0 0.33 0.46
HSL 96º 0.2% 0.45% -
HSV(B) 96º 0.33% 0.54% -
XYZ 17.31 21.98 13.46 -
YUV 123.8 110.05 118.16 -
System Red Green Blue C M Y K H S L
Decimal 110 137 92 0.20 0 0.33 0.46 96 0.2 0.45
Hex 6E 89 5C 14 0 21 2E 60 14 2D
Octal 156 211 134 24 0 41 56 140 24 55
Binary 1101110 10001001 1011100 10100 0 100001 101110 1100000 10100 101101

Color Harmonies of #6E895C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E895C

Black with #6E895C

Text Example


Text Example

White with #6E895C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,137,92); }

 H1.HeaderClassName
 {
   color: #6E895C;
 }
 .AnyTagClassName
 {
   color: #6E895C;
 }
</style>

background-color css

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

 a { background-color: rgb(110,137,92); }

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

border-color css

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

 span { border-color: rgb(110,137,92); }

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