#65928C

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

Shades of Gumbo #65928C

Tints of Gumbo #65928C

Color information

#65928C (or 0x65928C) is unknown color: approx Gumbo. HEX triplet: 65, 92 and 8C. RGB value is (101,146,140). Sum of RGB (Red+Green+Blue) = 101+146+140=387 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.10% from 387); Green value is 146 (57.42% from 255 or 37.73% from 387); Blue value is 140 (55.08% from 255 or 36.18% from 387); Max value from RGB is 146 - color contains mainly: green. Hex color #65928C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65928C is #9A6D73. Grayscale: #838383. Windows color (decimal): -10120564 or 9212517. OLE color: 9212517.

HSL color Cylindrical-coordinate representation of color #65928C: hue angle of 172º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #65928C is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.

Color convert

RGB101146140-
CMYK0.3100.040.43
HSL172º18.22%48.43%-
HSV(B)172º30.82%57.25%-
XYZ20.3825.2228.6-
YUV131.86132.59105.99-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.10%
GREEN value IS 146 (57.42% from 255) = 37.73%
BLUE value IS 140 (55.08% from 255) = 36.18%
R=26.10%
G=37.73%
B=36.18%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1011461400.3100.040.4317218.2248.43
Hex65928C1F042Bac1230
Octal1452222143704532542260
Binary110010110010010100011001111101001010111010110010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65928C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65928C; }

 p { color: rgb(101,146,140); }

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

<style>
 a { background-color: #65928C; }

 a { background-color: rgb(101,146,140); }

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

<style>
 span { border-color: #65928C; }

 span { border-color: rgb(101,146,140); }

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