Html Css Color HEX #649992 Gumbo

📋 copy color: '#649992'

red 100 ◦ green 153 ◦ blue 146

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

Shades of Gumbo #649992

Tints of Gumbo #649992

RGB

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

 GREEN value IS 153 (60.16% from 255) = 38.35%

 BLUE value IS 146 (57.42% from 255) = 36.59%

R = 25.06%
G = 38.35%
B = 36.59%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#649992 (or 0x649992) is known color: Gumbo. HEX triplet: 64, 99 and 92. RGB value is (100,153,146). Sum of RGB (Red+Green+Blue) = 100+153+146=399 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.06% from 399); Green value is 153 (60.16% from 255 or 38.35% from 399); Blue value is 146 (57.42% from 255 or 36.59% from 399); Max value from RGB is 153 - color contains mainly: green. Hex color #649992 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649992 is #9B666D. Grayscale: #888888. Windows color (decimal): -10184302 or 9607524. OLE color: 9607524.

HSL color Cylindrical-coordinate representation of color #649992: hue angle of 172.08º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #649992 is Cyan = 0.35, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.4.

Color convert

RGB 100 153 146 -
CMYK 0.35 0 0.05 0.4
HSL 172.08º 0.21% 0.5% -
HSV(B) 172.08º 0.35% 0.6% -
XYZ 21.84 27.57 31.36 -
YUV 136.36 133.44 102.07 -
System Red Green Blue C M Y K H S L
Decimal 100 153 146 0.35 0 0.05 0.4 172.08 0.21 0.5
Hex 64 99 92 23 0 5 28 AC 15 32
Octal 144 231 222 43 0 5 50 254 25 62
Binary 1100100 10011001 10010010 100011 0 101 101000 10101100 10101 110010

Color Harmonies of #649992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649992

Black with #649992

Text Example


Text Example

White with #649992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649992; }

 p { color: rgb(100,153,146); }

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

background-color css

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

 a { background-color: rgb(100,153,146); }

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

border-color css

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

 span { border-color: rgb(100,153,146); }

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