Html Css Color HEX #6E8381 Gumbo

📋 copy color: '#6E8381'

red 110 ◦ green 131 ◦ blue 129

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

Shades of Gumbo #6E8381

Tints of Gumbo #6E8381

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.41%

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

R = 29.73%
G = 35.41%
B = 34.86%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#6E8381 (or 0x6E8381) is known color: Gumbo. HEX triplet: 6E, 83 and 81. RGB value is (110,131,129). Sum of RGB (Red+Green+Blue) = 110+131+129=370 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.73% from 370); Green value is 131 (51.56% from 255 or 35.41% from 370); Blue value is 129 (50.78% from 255 or 34.86% from 370); Max value from RGB is 131 - color contains mainly: green. Hex color #6E8381 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E8381 is #917C7E. Grayscale: #7C7C7C. Windows color (decimal): -9534591 or 8487790. OLE color: 8487790.

HSL color Cylindrical-coordinate representation of color #6E8381: hue angle of 174.29º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6E8381 is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB 110 131 129 -
CMYK 0.16 0 0.02 0.49
HSL 174.29º 0.09% 0.47% -
HSV(B) 174.29º 0.16% 0.51% -
XYZ 18.51 21.13 23.87 -
YUV 124.49 130.54 117.66 -
System Red Green Blue C M Y K H S L
Decimal 110 131 129 0.16 0 0.02 0.49 174.29 0.09 0.47
Hex 6E 83 81 10 0 2 31 AE 9 2F
Octal 156 203 201 20 0 2 61 256 11 57
Binary 1101110 10000011 10000001 10000 0 10 110001 10101110 1001 101111

Color Harmonies of #6E8381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E8381

Black with #6E8381

Text Example


Text Example

White with #6E8381

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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