#65928E

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

Shades of Gumbo #65928E

Tints of Gumbo #65928E

Color information

#65928E (or 0x65928E) is unknown color: approx Gumbo. HEX triplet: 65, 92 and 8E. RGB value is (101,146,142). Sum of RGB (Red+Green+Blue) = 101+146+142=389 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.96% from 389); Green value is 146 (57.42% from 255 or 37.53% from 389); Blue value is 142 (55.86% from 255 or 36.50% from 389); Max value from RGB is 146 - color contains mainly: green. Hex color #65928E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65928E is #9A6D71. Grayscale: #848484. Windows color (decimal): -10120562 or 9343589. OLE color: 9343589.

HSL color Cylindrical-coordinate representation of color #65928E: hue angle of 174.67º 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 #65928E is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB101146142-
CMYK0.3100.030.43
HSL174.67º18.22%48.43%-
HSV(B)174.67º30.82%57.25%-
XYZ20.5325.2829.39-
YUV132.09133.59105.83-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.96%
GREEN value IS 146 (57.42% from 255) = 37.53%
BLUE value IS 142 (55.86% from 255) = 36.50%
R=25.96%
G=37.53%
B=36.50%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1011461420.3100.030.43174.6718.2248.43
Hex65928E1F032Baf1230
Octal1452222163703532572260
Binary11001011001001010001110111110111010111010111110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65928E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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