#65948B

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

Shades of Gumbo #65948B

Tints of Gumbo #65948B

Color information

#65948B (or 0x65948B) is unknown color: approx Gumbo. HEX triplet: 65, 94 and 8B. RGB value is (101,148,139). Sum of RGB (Red+Green+Blue) = 101+148+139=388 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.03% from 388); Green value is 148 (58.20% from 255 or 38.14% from 388); Blue value is 139 (54.69% from 255 or 35.82% from 388); Max value from RGB is 148 - color contains mainly: green. Hex color #65948B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65948B is #9A6B74. Grayscale: #848484. Windows color (decimal): -10120053 or 9147493. OLE color: 9147493.

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

Color convert

RGB101148139-
CMYK0.3200.060.42
HSL168.51º18.88%48.82%-
HSV(B)168.51º31.76%58.04%-
XYZ20.6225.8128.32-
YUV132.92131.43105.23-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.03%
GREEN value IS 148 (58.20% from 255) = 38.14%
BLUE value IS 139 (54.69% from 255) = 35.82%
R=26.03%
G=38.14%
B=35.82%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1011481390.3200.060.42168.5118.8848.82
Hex65948B20062Aa91331
Octal1452242134006522512361
Binary1100101100101001000101110000001101010101010100110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65948B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65948B; }

 p { color: rgb(101,148,139); }

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

<style>
 a { background-color: #65948B; }

 a { background-color: rgb(101,148,139); }

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

<style>
 span { border-color: #65948B; }

 span { border-color: rgb(101,148,139); }

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