#6C918A

Color #6C918A Gumbo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gumbo #6C918A

Tints of Gumbo #6C918A

Color information

#6C918A (or 0x6C918A) is unknown color: approx Gumbo. HEX triplet: 6C, 91 and 8A. RGB value is (108,145,138). Sum of RGB (Red+Green+Blue) = 108+145+138=391 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.62% from 391); Green value is 145 (57.03% from 255 or 37.08% from 391); Blue value is 138 (54.30% from 255 or 35.29% from 391); Max value from RGB is 145 - color contains mainly: green. Hex color #6C918A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C918A is #936E75. Grayscale: #858585. Windows color (decimal): -9662070 or 9081196. OLE color: 9081196.

HSL color Cylindrical-coordinate representation of color #6C918A: hue angle of 168.65º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6C918A is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.

Color convert

RGB108145138-
CMYK0.2600.050.43
HSL168.65º14.62%49.61%-
HSV(B)168.65º25.52%56.86%-
XYZ20.925.2727.82-
YUV133.14130.74110.07-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 27.62%
GREEN value IS 145 (57.03% from 255) = 37.08%
BLUE value IS 138 (54.30% from 255) = 35.29%
R=27.62%
G=37.08%
B=35.29%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1081451380.2600.050.43168.6514.6249.61
Hex6C918A1A052Ba9f32
Octal1542212123205532511762
Binary11011001001000110001010110100101101011101010011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C918A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,145,138); }

 H1.HeaderClassName
 {
   color: #6C918A;
 }
 .AnyTagClassName
 {
   color: #6C918A;
 }
</style>
background-color css

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

 a { background-color: rgb(108,145,138); }

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

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

 span { border-color: rgb(108,145,138); }

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