Html Css Color HEX #63958E Gumbo

📋 copy color: '#63958E'

red 99 ◦ green 149 ◦ blue 142

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

Shades of Gumbo #63958E

Tints of Gumbo #63958E

RGB

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

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

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

R = 25.38%
G = 38.21%
B = 36.41%

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

#63958E (or 0x63958E) is known color: Gumbo. HEX triplet: 63, 95 and 8E. RGB value is (99,149,142). Sum of RGB (Red+Green+Blue) = 99+149+142=390 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.38% from 390); Green value is 149 (58.59% from 255 or 38.21% from 390); Blue value is 142 (55.86% from 255 or 36.41% from 390); Max value from RGB is 149 - color contains mainly: green. Hex color #63958E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63958E is #9C6A71. Grayscale: #858585. Windows color (decimal): -10250866 or 9344355. OLE color: 9344355.

HSL color Cylindrical-coordinate representation of color #63958E: hue angle of 171.6º 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 #63958E is Cyan = 0.34, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 99 149 142 -
CMYK 0.34 0 0.05 0.42
HSL 171.6º 0.2% 0.49% -
HSV(B) 171.6º 0.34% 0.58% -
XYZ 20.78 26.1 29.53 -
YUV 133.25 132.94 103.57 -
System Red Green Blue C M Y K H S L
Decimal 99 149 142 0.34 0 0.05 0.42 171.6 0.2 0.49
Hex 63 95 8E 22 0 5 2A AC 14 31
Octal 143 225 216 42 0 5 52 254 24 61
Binary 1100011 10010101 10001110 100010 0 101 101010 10101100 10100 110001

Color Harmonies of #63958E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63958E

Black with #63958E

Text Example


Text Example

White with #63958E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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