Html Css Color HEX #649D93 Gumbo

📋 copy color: '#649D93'

red 100 ◦ green 157 ◦ blue 147

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

Shades of Gumbo #649D93

Tints of Gumbo #649D93

RGB

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

 GREEN value IS 157 (61.72% from 255) = 38.86%

 BLUE value IS 147 (57.81% from 255) = 36.39%

R = 24.75%
G = 38.86%
B = 36.39%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.06

 K value IS 0.38

RGB Variations

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

Color information

#649D93 (or 0x649D93) is known color: Gumbo. HEX triplet: 64, 9D and 93. RGB value is (100,157,147). Sum of RGB (Red+Green+Blue) = 100+157+147=404 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.75% from 404); Green value is 157 (61.72% from 255 or 38.86% from 404); Blue value is 147 (57.81% from 255 or 36.39% from 404); Max value from RGB is 157 - color contains mainly: green. Hex color #649D93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649D93 is #9B626C. Grayscale: #8A8A8A. Windows color (decimal): -10183277 or 9674084. OLE color: 9674084.

HSL color Cylindrical-coordinate representation of color #649D93: hue angle of 169.47º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #649D93 is Cyan = 0.36, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB 100 157 147 -
CMYK 0.36 0 0.06 0.38
HSL 169.47º 0.23% 0.5% -
HSV(B) 169.47º 0.36% 0.62% -
XYZ 22.58 28.93 32 -
YUV 138.82 132.62 100.31 -
System Red Green Blue C M Y K H S L
Decimal 100 157 147 0.36 0 0.06 0.38 169.47 0.23 0.5
Hex 64 9D 93 24 0 6 26 A9 17 32
Octal 144 235 223 44 0 6 46 251 27 62
Binary 1100100 10011101 10010011 100100 0 110 100110 10101001 10111 110010

Color Harmonies of #649D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649D93

Black with #649D93

Text Example


Text Example

White with #649D93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649D93; }

 p { color: rgb(100,157,147); }

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

background-color css

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

 a { background-color: rgb(100,157,147); }

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

border-color css

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

 span { border-color: rgb(100,157,147); }

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