Html Css Color HEX #6E8881 Gumbo

📋 copy color: '#6E8881'

red 110 ◦ green 136 ◦ blue 129

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

Shades of Gumbo #6E8881

Tints of Gumbo #6E8881

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.27%

 BLUE value IS 129 (50.78% from 255) = 34.4%

R = 29.33%
G = 36.27%
B = 34.4%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#6E8881 (or 0x6E8881) is known color: Gumbo. HEX triplet: 6E, 88 and 81. RGB value is (110,136,129). Sum of RGB (Red+Green+Blue) = 110+136+129=375 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.33% from 375); Green value is 136 (53.52% from 255 or 36.27% from 375); Blue value is 129 (50.78% from 255 or 34.4% from 375); Max value from RGB is 136 - color contains mainly: green. Hex color #6E8881 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E8881 is #91777E. Grayscale: #7F7F7F. Windows color (decimal): -9533311 or 8489070. OLE color: 8489070.

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

Color convert

RGB 110 136 129 -
CMYK 0.19 0 0.05 0.47
HSL 163.85º 0.11% 0.48% -
HSV(B) 163.85º 0.19% 0.53% -
XYZ 19.2 22.51 24.1 -
YUV 127.43 128.89 115.57 -
System Red Green Blue C M Y K H S L
Decimal 110 136 129 0.19 0 0.05 0.47 163.85 0.11 0.48
Hex 6E 88 81 13 0 5 2F A4 B 30
Octal 156 210 201 23 0 5 57 244 13 60
Binary 1101110 10001000 10000001 10011 0 101 101111 10100100 1011 110000

Color Harmonies of #6E8881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E8881

Black with #6E8881

Text Example


Text Example

White with #6E8881

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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