Html Css Color HEX #64988E Gumbo

📋 copy color: '#64988E'

red 100 ◦ green 152 ◦ blue 142

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

Shades of Gumbo #64988E

Tints of Gumbo #64988E

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38.58%

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

R = 25.38%
G = 38.58%
B = 36.04%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#64988E (or 0x64988E) is known color: Gumbo. HEX triplet: 64, 98 and 8E. RGB value is (100,152,142). Sum of RGB (Red+Green+Blue) = 100+152+142=394 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.38% from 394); Green value is 152 (59.77% from 255 or 38.58% from 394); Blue value is 142 (55.86% from 255 or 36.04% from 394); Max value from RGB is 152 - color contains mainly: green. Hex color #64988E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64988E is #9B6771. Grayscale: #878787. Windows color (decimal): -10184562 or 9345124. OLE color: 9345124.

HSL color Cylindrical-coordinate representation of color #64988E: hue angle of 168.46º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #64988E is Cyan = 0.34, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB 100 152 142 -
CMYK 0.34 0 0.07 0.40
HSL 168.46º 0.21% 0.49% -
HSV(B) 168.46º 0.34% 0.6% -
XYZ 21.37 27.12 29.7 -
YUV 135.31 131.77 102.81 -
System Red Green Blue C M Y K H S L
Decimal 100 152 142 0.34 0 0.07 0.40 168.46 0.21 0.49
Hex 64 98 8E 22 0 7 28 A8 15 31
Octal 144 230 216 42 0 7 50 250 25 61
Binary 1100100 10011000 10001110 100010 0 111 101000 10101000 10101 110001

Color Harmonies of #64988E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64988E

Black with #64988E

Text Example


Text Example

White with #64988E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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