Html Css Color HEX #648581 Gumbo

📋 copy color: '#648581'

red 100 ◦ green 133 ◦ blue 129

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

Shades of Gumbo #648581

Tints of Gumbo #648581

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.74%

 BLUE value IS 129 (50.78% from 255) = 35.64%

R = 27.62%
G = 36.74%
B = 35.64%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.03

 K value IS 0.48

RGB Variations

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

Color information

#648581 (or 0x648581) is known color: Gumbo. HEX triplet: 64, 85 and 81. RGB value is (100,133,129). Sum of RGB (Red+Green+Blue) = 100+133+129=362 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.62% from 362); Green value is 133 (52.34% from 255 or 36.74% from 362); Blue value is 129 (50.78% from 255 or 35.64% from 362); Max value from RGB is 133 - color contains mainly: green. Hex color #648581 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648581 is #9B7A7E. Grayscale: #7A7A7A. Windows color (decimal): -10189439 or 8488292. OLE color: 8488292.

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

Color convert

RGB 100 133 129 -
CMYK 0.25 0 0.03 0.48
HSL 172.73º 0.14% 0.46% -
HSV(B) 172.73º 0.25% 0.52% -
XYZ 17.61 21.07 23.91 -
YUV 122.68 131.57 111.83 -
System Red Green Blue C M Y K H S L
Decimal 100 133 129 0.25 0 0.03 0.48 172.73 0.14 0.46
Hex 64 85 81 19 0 3 30 AD E 2E
Octal 144 205 201 31 0 3 60 255 16 56
Binary 1100100 10000101 10000001 11001 0 11 110000 10101101 1110 101110

Color Harmonies of #648581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648581

Black with #648581

Text Example


Text Example

White with #648581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648581; }

 p { color: rgb(100,133,129); }

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

background-color css

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

 a { background-color: rgb(100,133,129); }

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

border-color css

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

 span { border-color: rgb(100,133,129); }

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