Html Css Color HEX #6E8E85 Gumbo

📋 copy color: '#6E8E85'

red 110 ◦ green 142 ◦ blue 133

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

Shades of Gumbo #6E8E85

Tints of Gumbo #6E8E85

RGB

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

 GREEN value IS 142 (55.86% from 255) = 36.88%

 BLUE value IS 133 (52.34% from 255) = 34.55%

R = 28.57%
G = 36.88%
B = 34.55%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.06

 K value IS 0.44

RGB Variations

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

Color information

#6E8E85 (or 0x6E8E85) is known color: Gumbo. HEX triplet: 6E, 8E and 85. RGB value is (110,142,133). Sum of RGB (Red+Green+Blue) = 110+142+133=385 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.57% from 385); Green value is 142 (55.86% from 255 or 36.88% from 385); Blue value is 133 (52.34% from 255 or 34.55% from 385); Max value from RGB is 142 - color contains mainly: green. Hex color #6E8E85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E8E85 is #91717A. Grayscale: #838383. Windows color (decimal): -9531771 or 8752750. OLE color: 8752750.

HSL color Cylindrical-coordinate representation of color #6E8E85: hue angle of 163.12º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6E8E85 is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB 110 142 133 -
CMYK 0.23 0 0.06 0.44
HSL 163.13º 0.13% 0.49% -
HSV(B) 163.13º 0.23% 0.56% -
XYZ 20.34 24.35 25.82 -
YUV 131.41 128.9 112.73 -
System Red Green Blue C M Y K H S L
Decimal 110 142 133 0.23 0 0.06 0.44 163.13 0.13 0.49
Hex 6E 8E 85 17 0 6 2C A3 D 31
Octal 156 216 205 27 0 6 54 243 15 61
Binary 1101110 10001110 10000101 10111 0 110 101100 10100011 1101 110001

Color Harmonies of #6E8E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E8E85

Black with #6E8E85

Text Example


Text Example

White with #6E8E85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,142,133); }

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

background-color css

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

 a { background-color: rgb(110,142,133); }

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

border-color css

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

 span { border-color: rgb(110,142,133); }

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