Html Css Color HEX #63958D Gumbo

📋 copy color: '#63958D'

red 99 ◦ green 149 ◦ blue 141

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

Shades of Gumbo #63958D

Tints of Gumbo #63958D

RGB

 RED value IS 99 (39.06% from 255) = 25.45%

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

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

R = 25.45%
G = 38.3%
B = 36.25%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#63958D (or 0x63958D) is known color: Gumbo. HEX triplet: 63, 95 and 8D. RGB value is (99,149,141). Sum of RGB (Red+Green+Blue) = 99+149+141=389 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.45% from 389); Green value is 149 (58.59% from 255 or 38.30% from 389); Blue value is 141 (55.47% from 255 or 36.25% from 389); Max value from RGB is 149 - color contains mainly: green. Hex color #63958D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63958D is #9C6A72. Grayscale: #858585. Windows color (decimal): -10250867 or 9278819. OLE color: 9278819.

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

Color convert

RGB 99 149 141 -
CMYK 0.34 0 0.05 0.42
HSL 170.4º 0.2% 0.49% -
HSV(B) 170.4º 0.34% 0.58% -
XYZ 20.7 26.07 29.14 -
YUV 133.14 132.44 103.65 -
System Red Green Blue C M Y K H S L
Decimal 99 149 141 0.34 0 0.05 0.42 170.4 0.2 0.49
Hex 63 95 8D 22 0 5 2A AA 14 31
Octal 143 225 215 42 0 5 52 252 24 61
Binary 1100011 10010101 10001101 100010 0 101 101010 10101010 10100 110001

Color Harmonies of #63958D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63958D

Black with #63958D

Text Example


Text Example

White with #63958D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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