Html Css Color HEX #6C8D86 Gumbo

📋 copy color: '#6C8D86'

red 108 ◦ green 141 ◦ blue 134

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

Shades of Gumbo #6C8D86

Tints of Gumbo #6C8D86

RGB

 RED value IS 108 (42.58% from 255) = 28.2%

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

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

R = 28.2%
G = 36.81%
B = 34.99%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.05

 K value IS 0.45

RGB Variations

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

Color information

#6C8D86 (or 0x6C8D86) is known color: Gumbo. HEX triplet: 6C, 8D and 86. RGB value is (108,141,134). Sum of RGB (Red+Green+Blue) = 108+141+134=383 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.20% from 383); Green value is 141 (55.47% from 255 or 36.81% from 383); Blue value is 134 (52.73% from 255 or 34.99% from 383); Max value from RGB is 141 - color contains mainly: green. Hex color #6C8D86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C8D86 is #937279. Grayscale: #828282. Windows color (decimal): -9663098 or 8818028. OLE color: 8818028.

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

Color convert

RGB 108 141 134 -
CMYK 0.23 0 0.05 0.45
HSL 167.27º 0.13% 0.49% -
HSV(B) 167.27º 0.23% 0.55% -
XYZ 20.01 23.96 26.12 -
YUV 130.34 130.07 112.07 -
System Red Green Blue C M Y K H S L
Decimal 108 141 134 0.23 0 0.05 0.45 167.27 0.13 0.49
Hex 6C 8D 86 17 0 5 2D A7 D 31
Octal 154 215 206 27 0 5 55 247 15 61
Binary 1101100 10001101 10000110 10111 0 101 101101 10100111 1101 110001

Color Harmonies of #6C8D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C8D86

Black with #6C8D86

Text Example


Text Example

White with #6C8D86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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