Html Css Color HEX #6E8B85 Gumbo

📋 copy color: '#6E8B85'

red 110 ◦ green 139 ◦ blue 133

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

Shades of Gumbo #6E8B85

Tints of Gumbo #6E8B85

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.39%

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

R = 28.8%
G = 36.39%
B = 34.82%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.04

 K value IS 0.45

RGB Variations

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

Color information

#6E8B85 (or 0x6E8B85) is known color: Gumbo. HEX triplet: 6E, 8B and 85. RGB value is (110,139,133). Sum of RGB (Red+Green+Blue) = 110+139+133=382 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.80% from 382); Green value is 139 (54.69% from 255 or 36.39% from 382); Blue value is 133 (52.34% from 255 or 34.82% from 382); Max value from RGB is 139 - color contains mainly: green. Hex color #6E8B85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E8B85 is #91747A. Grayscale: #818181. Windows color (decimal): -9532539 or 8751982. OLE color: 8751982.

HSL color Cylindrical-coordinate representation of color #6E8B85: hue angle of 167.59º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6E8B85 is Cyan = 0.21, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB 110 139 133 -
CMYK 0.21 0 0.04 0.45
HSL 167.59º 0.12% 0.49% -
HSV(B) 167.59º 0.21% 0.55% -
XYZ 19.9 23.47 25.67 -
YUV 129.65 129.89 113.99 -
System Red Green Blue C M Y K H S L
Decimal 110 139 133 0.21 0 0.04 0.45 167.59 0.12 0.49
Hex 6E 8B 85 15 0 4 2D A8 C 31
Octal 156 213 205 25 0 4 55 250 14 61
Binary 1101110 10001011 10000101 10101 0 100 101101 10101000 1100 110001

Color Harmonies of #6E8B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E8B85

Black with #6E8B85

Text Example


Text Example

White with #6E8B85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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