#648482

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

Shades of Gumbo #648482

Tints of Gumbo #648482

Color information

#648482 (or 0x648482) is unknown color: approx Gumbo. HEX triplet: 64, 84 and 82. RGB value is (100,132,130). Sum of RGB (Red+Green+Blue) = 100+132+130=362 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.62% from 362); Green value is 132 (51.95% from 255 or 36.46% from 362); Blue value is 130 (51.17% from 255 or 35.91% from 362); Max value from RGB is 132 - color contains mainly: green. Hex color #648482 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648482 is #9B7B7D. Grayscale: #7A7A7A. Windows color (decimal): -10189694 or 8553572. OLE color: 8553572.

HSL color Cylindrical-coordinate representation of color #648482: hue angle of 176.25º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #648482 is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB100132130-
CMYK0.2400.020.48
HSL176.25º13.79%45.49%-
HSV(B)176.25º24.24%51.76%-
XYZ17.5420.8224.21-
YUV122.2132.4112.16-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.62%
GREEN value IS 132 (51.95% from 255) = 36.46%
BLUE value IS 130 (51.17% from 255) = 35.91%
R=27.62%
G=36.46%
B=35.91%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1001321300.2400.020.48176.2513.7945.49
Hex648482180230b0e2d
Octal1442042023002602601655
Binary1100100100001001000001011000010110000101100001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648482; }

 p { color: rgb(100,132,130); }

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

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

 a { background-color: rgb(100,132,130); }

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

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

 span { border-color: rgb(100,132,130); }

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