Html Css Color HEX #63908B Gumbo

📋 copy color: '#63908B'

red 99 ◦ green 144 ◦ blue 139

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

Shades of Gumbo #63908B

Tints of Gumbo #63908B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.39%

R = 25.92%
G = 37.7%
B = 36.39%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.03

 K value IS 0.44

RGB Variations

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

Color information

#63908B (or 0x63908B) is known color: Gumbo. HEX triplet: 63, 90 and 8B. RGB value is (99,144,139). Sum of RGB (Red+Green+Blue) = 99+144+139=382 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.92% from 382); Green value is 144 (56.64% from 255 or 37.70% from 382); Blue value is 139 (54.69% from 255 or 36.39% from 382); Max value from RGB is 144 - color contains mainly: green. Hex color #63908B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63908B is #9C6F74. Grayscale: #818181. Windows color (decimal): -10252149 or 9146467. OLE color: 9146467.

HSL color Cylindrical-coordinate representation of color #63908B: hue angle of 173.33º 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 #63908B is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB 99 144 139 -
CMYK 0.31 0 0.03 0.44
HSL 173.33º 0.19% 0.48% -
HSV(B) 173.33º 0.31% 0.56% -
XYZ 19.78 24.46 28.11 -
YUV 129.98 133.09 105.91 -
System Red Green Blue C M Y K H S L
Decimal 99 144 139 0.31 0 0.03 0.44 173.33 0.19 0.48
Hex 63 90 8B 1F 0 3 2C AD 13 30
Octal 143 220 213 37 0 3 54 255 23 60
Binary 1100011 10010000 10001011 11111 0 11 101100 10101101 10011 110000

Color Harmonies of #63908B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63908B

Black with #63908B

Text Example


Text Example

White with #63908B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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