Html Css Color HEX #64968E Gumbo

📋 copy color: '#64968E'

red 100 ◦ green 150 ◦ blue 142

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

Shades of Gumbo #64968E

Tints of Gumbo #64968E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.27%

 BLUE value IS 142 (55.86% from 255) = 36.22%

R = 25.51%
G = 38.27%
B = 36.22%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#64968E (or 0x64968E) is known color: Gumbo. HEX triplet: 64, 96 and 8E. RGB value is (100,150,142). Sum of RGB (Red+Green+Blue) = 100+150+142=392 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.51% from 392); Green value is 150 (58.98% from 255 or 38.27% from 392); Blue value is 142 (55.86% from 255 or 36.22% from 392); Max value from RGB is 150 - color contains mainly: green. Hex color #64968E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64968E is #9B6971. Grayscale: #868686. Windows color (decimal): -10185074 or 9344612. OLE color: 9344612.

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

Color convert

RGB 100 150 142 -
CMYK 0.33 0 0.05 0.41
HSL 170.4º 0.2% 0.49% -
HSV(B) 170.4º 0.33% 0.59% -
XYZ 21.04 26.48 29.59 -
YUV 134.14 132.44 103.65 -
System Red Green Blue C M Y K H S L
Decimal 100 150 142 0.33 0 0.05 0.41 170.4 0.2 0.49
Hex 64 96 8E 21 0 5 29 AA 14 31
Octal 144 226 216 41 0 5 51 252 24 61
Binary 1100100 10010110 10001110 100001 0 101 101001 10101010 10100 110001

Color Harmonies of #64968E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64968E

Black with #64968E

Text Example


Text Example

White with #64968E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64968E; }

 p { color: rgb(100,150,142); }

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

background-color css

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

 a { background-color: rgb(100,150,142); }

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

border-color css

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

 span { border-color: rgb(100,150,142); }

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