Html Css Color HEX #6E857F Gumbo

📋 copy color: '#6E857F'

red 110 ◦ green 133 ◦ blue 127

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

Shades of Gumbo #6E857F

Tints of Gumbo #6E857F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.95%

 BLUE value IS 127 (50% from 255) = 34.32%

R = 29.73%
G = 35.95%
B = 34.32%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#6E857F (or 0x6E857F) is known color: Gumbo. HEX triplet: 6E, 85 and 7F. RGB value is (110,133,127). Sum of RGB (Red+Green+Blue) = 110+133+127=370 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.73% from 370); Green value is 133 (52.34% from 255 or 35.95% from 370); Blue value is 127 (50% from 255 or 34.32% from 370); Max value from RGB is 133 - color contains mainly: green. Hex color #6E857F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E857F is #917A80. Grayscale: #7D7D7D. Windows color (decimal): -9534081 or 8357230. OLE color: 8357230.

HSL color Cylindrical-coordinate representation of color #6E857F: hue angle of 164.35º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6E857F is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB 110 133 127 -
CMYK 0.17 0 0.05 0.48
HSL 164.35º 0.09% 0.48% -
HSV(B) 164.35º 0.17% 0.52% -
XYZ 18.65 21.62 23.27 -
YUV 125.44 128.88 116.99 -
System Red Green Blue C M Y K H S L
Decimal 110 133 127 0.17 0 0.05 0.48 164.35 0.09 0.48
Hex 6E 85 7F 11 0 5 30 A4 9 30
Octal 156 205 177 21 0 5 60 244 11 60
Binary 1101110 10000101 1111111 10001 0 101 110000 10100100 1001 110000

Color Harmonies of #6E857F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E857F

Black with #6E857F

Text Example


Text Example

White with #6E857F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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