#6C948B

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

Shades of Gumbo #6C948B

Tints of Gumbo #6C948B

Color information

#6C948B (or 0x6C948B) is unknown color: approx Gumbo. HEX triplet: 6C, 94 and 8B. RGB value is (108,148,139). Sum of RGB (Red+Green+Blue) = 108+148+139=395 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.34% from 395); Green value is 148 (58.20% from 255 or 37.47% from 395); Blue value is 139 (54.69% from 255 or 35.19% from 395); Max value from RGB is 148 - color contains mainly: green. Hex color #6C948B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C948B is #936B74. Grayscale: #878787. Windows color (decimal): -9661301 or 9147500. OLE color: 9147500.

HSL color Cylindrical-coordinate representation of color #6C948B: hue angle of 166.5º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6C948B is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB108148139-
CMYK0.2700.060.42
HSL166.5º15.75%50.2%-
HSV(B)166.5º27.03%58.04%-
XYZ21.4326.2328.36-
YUV135.01130.25108.73-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 27.34%
GREEN value IS 148 (58.20% from 255) = 37.47%
BLUE value IS 139 (54.69% from 255) = 35.19%
R=27.34%
G=37.47%
B=35.19%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1081481390.2700.060.42166.515.7550.2
Hex6C948B1B062Aa61032
Octal1542242133306522462062
Binary110110010010100100010111101101101010101010011010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C948B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,148,139); }

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

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

 a { background-color: rgb(108,148,139); }

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

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

 span { border-color: rgb(108,148,139); }

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