Html Css Color HEX #64958D Gumbo

📋 copy color: '#64958D'

red 100 ◦ green 149 ◦ blue 141

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

Shades of Gumbo #64958D

Tints of Gumbo #64958D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.21%

 BLUE value IS 141 (55.47% from 255) = 36.15%

R = 25.64%
G = 38.21%
B = 36.15%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#64958D (or 0x64958D) is known color: Gumbo. HEX triplet: 64, 95 and 8D. RGB value is (100,149,141). Sum of RGB (Red+Green+Blue) = 100+149+141=390 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.64% from 390); Green value is 149 (58.59% from 255 or 38.21% from 390); Blue value is 141 (55.47% from 255 or 36.15% from 390); Max value from RGB is 149 - color contains mainly: green. Hex color #64958D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64958D is #9B6A72. Grayscale: #858585. Windows color (decimal): -10185331 or 9278820. OLE color: 9278820.

HSL color Cylindrical-coordinate representation of color #64958D: hue angle of 170.2º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #64958D is Cyan = 0.33, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 100 149 141 -
CMYK 0.33 0 0.05 0.42
HSL 170.2º 0.2% 0.49% -
HSV(B) 170.2º 0.33% 0.58% -
XYZ 20.81 26.13 29.15 -
YUV 133.44 132.27 104.15 -
System Red Green Blue C M Y K H S L
Decimal 100 149 141 0.33 0 0.05 0.42 170.2 0.2 0.49
Hex 64 95 8D 21 0 5 2A AA 14 31
Octal 144 225 215 41 0 5 52 252 24 61
Binary 1100100 10010101 10001101 100001 0 101 101010 10101010 10100 110001

Color Harmonies of #64958D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64958D

Black with #64958D

Text Example


Text Example

White with #64958D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64958D; }

 p { color: rgb(100,149,141); }

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

background-color css

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

 a { background-color: rgb(100,149,141); }

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

border-color css

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

 span { border-color: rgb(100,149,141); }

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