#658483

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

Shades of Gumbo #658483

Tints of Gumbo #658483

Color information

#658483 (or 0x658483) is unknown color: approx Gumbo. HEX triplet: 65, 84 and 83. RGB value is (101,132,131). Sum of RGB (Red+Green+Blue) = 101+132+131=364 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.75% from 364); Green value is 132 (51.95% from 255 or 36.26% from 364); Blue value is 131 (51.56% from 255 or 35.99% from 364); Max value from RGB is 132 - color contains mainly: green. Hex color #658483 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658483 is #9A7B7C. Grayscale: #7A7A7A. Windows color (decimal): -10124157 or 8619109. OLE color: 8619109.

HSL color Cylindrical-coordinate representation of color #658483: hue angle of 178.06º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #658483 is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.48.

Color convert

RGB101132131-
CMYK0.2300.010.48
HSL178.06º13.3%45.69%-
HSV(B)178.06º23.48%51.76%-
XYZ17.7120.9124.57-
YUV122.62132.73112.58-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.75%
GREEN value IS 132 (51.95% from 255) = 36.26%
BLUE value IS 131 (51.56% from 255) = 35.99%
R=27.75%
G=36.26%
B=35.99%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1011321310.2300.010.48178.0613.345.69
Hex658483170130b2d2e
Octal1452042032701602621556
Binary110010110000100100000111011101110000101100101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658483; }

 p { color: rgb(101,132,131); }

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

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

 a { background-color: rgb(101,132,131); }

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

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

 span { border-color: rgb(101,132,131); }

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