#65938E

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

Shades of Gumbo #65938E

Tints of Gumbo #65938E

Color information

#65938E (or 0x65938E) is unknown color: approx Gumbo. HEX triplet: 65, 93 and 8E. RGB value is (101,147,142). Sum of RGB (Red+Green+Blue) = 101+147+142=390 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.90% from 390); Green value is 147 (57.81% from 255 or 37.69% from 390); Blue value is 142 (55.86% from 255 or 36.41% from 390); Max value from RGB is 147 - color contains mainly: green. Hex color #65938E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65938E is #9A6C71. Grayscale: #848484. Windows color (decimal): -10120306 or 9343845. OLE color: 9343845.

HSL color Cylindrical-coordinate representation of color #65938E: hue angle of 173.48º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #65938E is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB101147142-
CMYK0.3100.030.42
HSL173.48º18.55%48.63%-
HSV(B)173.48º31.29%57.65%-
XYZ20.6825.5929.44-
YUV132.68133.26105.41-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.90%
GREEN value IS 147 (57.81% from 255) = 37.69%
BLUE value IS 142 (55.86% from 255) = 36.41%
R=25.90%
G=37.69%
B=36.41%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1011471420.3100.030.42173.4818.5548.63
Hex65938E1F032Aad1331
Octal1452232163703522552361
Binary11001011001001110001110111110111010101010110110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65938E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65938E; }

 p { color: rgb(101,147,142); }

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

<style>
 a { background-color: #65938E; }

 a { background-color: rgb(101,147,142); }

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

<style>
 span { border-color: #65938E; }

 span { border-color: rgb(101,147,142); }

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