Html Css Color HEX #648483 Gumbo

📋 copy color: '#648483'

red 100 ◦ green 132 ◦ blue 131

#648483
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gumbo #648483

Tints of Gumbo #648483

RGB

 RED value IS 100 (39.45% from 255) = 27.55%

 GREEN value IS 132 (51.95% from 255) = 36.36%

 BLUE value IS 131 (51.56% from 255) = 36.09%

R = 27.55%
G = 36.36%
B = 36.09%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.01

 K value IS 0.48

RGB Variations

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

Color information

#648483 (or 0x648483) is known color: Gumbo. HEX triplet: 64, 84 and 83. RGB value is (100,132,131). Sum of RGB (Red+Green+Blue) = 100+132+131=363 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.55% from 363); Green value is 132 (51.95% from 255 or 36.36% from 363); Blue value is 131 (51.56% from 255 or 36.09% from 363); Max value from RGB is 132 - color contains mainly: green. Hex color #648483 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648483 is #9B7B7C. Grayscale: #7A7A7A. Windows color (decimal): -10189693 or 8619108. OLE color: 8619108.

HSL color Cylindrical-coordinate representation of color #648483: hue angle of 178.12º 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 #648483 is Cyan = 0.24, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.48.

Color convert

RGB 100 132 131 -
CMYK 0.24 0 0.01 0.48
HSL 178.13º 0.14% 0.45% -
HSV(B) 178.13º 0.24% 0.52% -
XYZ 17.6 20.85 24.57 -
YUV 122.32 132.9 112.08 -
System Red Green Blue C M Y K H S L
Decimal 100 132 131 0.24 0 0.01 0.48 178.13 0.14 0.45
Hex 64 84 83 18 0 1 30 B2 E 2D
Octal 144 204 203 30 0 1 60 262 16 55
Binary 1100100 10000100 10000011 11000 0 1 110000 10110010 1110 101101

Color Harmonies of #648483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648483

Black with #648483

Text Example


Text Example

White with #648483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648483; }

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

 H1.HeaderClassName
 {
   color: #648483;
 }
 .AnyTagClassName
 {
   color: #648483;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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