#65908A

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

Shades of Gumbo #65908A

Tints of Gumbo #65908A

Color information

#65908A (or 0x65908A) is unknown color: approx Gumbo. HEX triplet: 65, 90 and 8A. RGB value is (101,144,138). Sum of RGB (Red+Green+Blue) = 101+144+138=383 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.37% from 383); Green value is 144 (56.64% from 255 or 37.60% from 383); Blue value is 138 (54.30% from 255 or 36.03% from 383); Max value from RGB is 144 - color contains mainly: green. Hex color #65908A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65908A is #9A6F75. Grayscale: #828282. Windows color (decimal): -10121078 or 9080933. OLE color: 9080933.

HSL color Cylindrical-coordinate representation of color #65908A: hue angle of 171.63º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #65908A is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.

Color convert

RGB101144138-
CMYK0.3000.040.44
HSL171.63º17.55%48.04%-
HSV(B)171.63º29.86%56.47%-
XYZ19.9324.5527.73-
YUV130.46132.25106.99-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.37%
GREEN value IS 144 (56.64% from 255) = 37.60%
BLUE value IS 138 (54.30% from 255) = 36.03%
R=26.37%
G=37.60%
B=36.03%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1011441380.3000.040.44171.6317.5548.04
Hex65908A1E042Cac1230
Octal1452202123604542542260
Binary110010110010000100010101111001001011001010110010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65908A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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