#65928A

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

Shades of Gumbo #65928A

Tints of Gumbo #65928A

Color information

#65928A (or 0x65928A) is unknown color: approx Gumbo. HEX triplet: 65, 92 and 8A. RGB value is (101,146,138). Sum of RGB (Red+Green+Blue) = 101+146+138=385 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.23% from 385); Green value is 146 (57.42% from 255 or 37.92% from 385); Blue value is 138 (54.30% from 255 or 35.84% from 385); Max value from RGB is 146 - color contains mainly: green. Hex color #65928A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65928A is #9A6D75. Grayscale: #838383. Windows color (decimal): -10120566 or 9081445. OLE color: 9081445.

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

Color convert

RGB101146138-
CMYK0.3100.050.43
HSL169.33º18.22%48.43%-
HSV(B)169.33º30.82%57.25%-
XYZ20.2325.1627.83-
YUV131.63131.59106.15-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.23%
GREEN value IS 146 (57.42% from 255) = 37.92%
BLUE value IS 138 (54.30% from 255) = 35.84%
R=26.23%
G=37.92%
B=35.84%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1011461380.3100.050.43169.3318.2248.43
Hex65928A1F052Ba91230
Octal1452222123705532512260
Binary110010110010010100010101111101011010111010100110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65928A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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