Html Css Color HEX #6B8D86 Gumbo

📋 copy color: '#6B8D86'

red 107 ◦ green 141 ◦ blue 134

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

Shades of Gumbo #6B8D86

Tints of Gumbo #6B8D86

RGB

 RED value IS 107 (42.19% from 255) = 28.01%

 GREEN value IS 141 (55.47% from 255) = 36.91%

 BLUE value IS 134 (52.73% from 255) = 35.08%

R = 28.01%
G = 36.91%
B = 35.08%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.05

 K value IS 0.45

RGB Variations

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

Color information

#6B8D86 (or 0x6B8D86) is known color: Gumbo. HEX triplet: 6B, 8D and 86. RGB value is (107,141,134). Sum of RGB (Red+Green+Blue) = 107+141+134=382 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.01% from 382); Green value is 141 (55.47% from 255 or 36.91% from 382); Blue value is 134 (52.73% from 255 or 35.08% from 382); Max value from RGB is 141 - color contains mainly: green. Hex color #6B8D86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B8D86 is #947279. Grayscale: #828282. Windows color (decimal): -9728634 or 8818027. OLE color: 8818027.

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

Color convert

RGB 107 141 134 -
CMYK 0.24 0 0.05 0.45
HSL 167.65º 0.14% 0.49% -
HSV(B) 167.65º 0.24% 0.55% -
XYZ 19.89 23.9 26.12 -
YUV 130.04 130.24 111.57 -
System Red Green Blue C M Y K H S L
Decimal 107 141 134 0.24 0 0.05 0.45 167.65 0.14 0.49
Hex 6B 8D 86 18 0 5 2D A8 E 31
Octal 153 215 206 30 0 5 55 250 16 61
Binary 1101011 10001101 10000110 11000 0 101 101101 10101000 1110 110001

Color Harmonies of #6B8D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B8D86

Black with #6B8D86

Text Example


Text Example

White with #6B8D86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,141,134); }

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

background-color css

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

 a { background-color: rgb(107,141,134); }

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

border-color css

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

 span { border-color: rgb(107,141,134); }

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