#649D92

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

Shades of Gumbo #649D92

Tints of Gumbo #649D92

Color information

#649D92 (or 0x649D92) is unknown color: approx Gumbo. HEX triplet: 64, 9D and 92. RGB value is (100,157,146). Sum of RGB (Red+Green+Blue) = 100+157+146=403 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.81% from 403); Green value is 157 (61.72% from 255 or 38.96% from 403); Blue value is 146 (57.42% from 255 or 36.23% from 403); Max value from RGB is 157 - color contains mainly: green. Hex color #649D92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649D92 is #9B626D. Grayscale: #8A8A8A. Windows color (decimal): -10183278 or 9608548. OLE color: 9608548.

HSL color Cylindrical-coordinate representation of color #649D92: hue angle of 168.42º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #649D92 is Cyan = 0.36, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.38.

Color convert

RGB100157146-
CMYK0.3600.070.38
HSL168.42º22.53%50.39%-
HSV(B)168.42º36.31%61.57%-
XYZ22.528.931.59-
YUV138.7132.12100.39-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.81%
GREEN value IS 157 (61.72% from 255) = 38.96%
BLUE value IS 146 (57.42% from 255) = 36.23%
R=24.81%
G=38.96%
B=36.23%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1001571460.3600.070.38168.4222.5350.39
Hex649D92240726a81732
Octal1442352224407462502762
Binary1100100100111011001001010010001111001101010100010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649D92; }

 p { color: rgb(100,157,146); }

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

<style>
 a { background-color: #649D92; }

 a { background-color: rgb(100,157,146); }

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

<style>
 span { border-color: #649D92; }

 span { border-color: rgb(100,157,146); }

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