#65908D

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

Shades of Gumbo #65908D

Tints of Gumbo #65908D

Color information

#65908D (or 0x65908D) is unknown color: approx Gumbo. HEX triplet: 65, 90 and 8D. RGB value is (101,144,141). Sum of RGB (Red+Green+Blue) = 101+144+141=386 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.17% from 386); Green value is 144 (56.64% from 255 or 37.31% from 386); Blue value is 141 (55.47% from 255 or 36.53% from 386); Max value from RGB is 144 - color contains mainly: green. Hex color #65908D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65908D is #9A6F72. Grayscale: #828282. Windows color (decimal): -10121075 or 9277541. OLE color: 9277541.

HSL color Cylindrical-coordinate representation of color #65908D: hue angle of 175.81º 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 #65908D is Cyan = 0.30, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.44.

Color convert

RGB101144141-
CMYK0.3000.020.44
HSL175.81º17.55%48.04%-
HSV(B)175.81º29.86%56.47%-
XYZ20.1524.6428.89-
YUV130.8133.75106.74-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.17%
GREEN value IS 144 (56.64% from 255) = 37.31%
BLUE value IS 141 (55.47% from 255) = 36.53%
R=26.17%
G=37.31%
B=36.53%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1011441410.3000.020.44175.8117.5548.04
Hex65908D1E022Cb01230
Octal1452202153602542602260
Binary11001011001000010001101111100101011001011000010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65908D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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