Html Css Color HEX #63908A Gumbo

📋 copy color: '#63908A'

red 99 ◦ green 144 ◦ blue 138

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

Shades of Gumbo #63908A

Tints of Gumbo #63908A

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.8%

 BLUE value IS 138 (54.3% from 255) = 36.22%

R = 25.98%
G = 37.8%
B = 36.22%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.04

 K value IS 0.44

RGB Variations

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

Color information

#63908A (or 0x63908A) is known color: Gumbo. HEX triplet: 63, 90 and 8A. RGB value is (99,144,138). Sum of RGB (Red+Green+Blue) = 99+144+138=381 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.98% from 381); Green value is 144 (56.64% from 255 or 37.80% from 381); Blue value is 138 (54.30% from 255 or 36.22% from 381); Max value from RGB is 144 - color contains mainly: green. Hex color #63908A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63908A is #9C6F75. Grayscale: #818181. Windows color (decimal): -10252150 or 9080931. OLE color: 9080931.

HSL color Cylindrical-coordinate representation of color #63908A: hue angle of 172º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #63908A is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.

Color convert

RGB 99 144 138 -
CMYK 0.31 0 0.04 0.44
HSL 172º 0.19% 0.48% -
HSV(B) 172º 0.31% 0.56% -
XYZ 19.71 24.43 27.72 -
YUV 129.86 132.59 105.99 -
System Red Green Blue C M Y K H S L
Decimal 99 144 138 0.31 0 0.04 0.44 172 0.19 0.48
Hex 63 90 8A 1F 0 4 2C AC 13 30
Octal 143 220 212 37 0 4 54 254 23 60
Binary 1100011 10010000 10001010 11111 0 100 101100 10101100 10011 110000

Color Harmonies of #63908A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63908A

Black with #63908A

Text Example


Text Example

White with #63908A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63908A; }

 p { color: rgb(99,144,138); }

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

background-color css

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

 a { background-color: rgb(99,144,138); }

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

border-color css

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

 span { border-color: rgb(99,144,138); }

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