Html Css Color HEX #63918A Gumbo

📋 copy color: '#63918A'

red 99 ◦ green 145 ◦ blue 138

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

Shades of Gumbo #63918A

Tints of Gumbo #63918A

RGB

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

 GREEN value IS 145 (57.03% from 255) = 37.96%

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

R = 25.92%
G = 37.96%
B = 36.13%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.05

 K value IS 0.43

RGB Variations

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

Color information

#63918A (or 0x63918A) is known color: Gumbo. HEX triplet: 63, 91 and 8A. RGB value is (99,145,138). Sum of RGB (Red+Green+Blue) = 99+145+138=382 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.92% from 382); Green value is 145 (57.03% from 255 or 37.96% from 382); Blue value is 138 (54.30% from 255 or 36.13% from 382); Max value from RGB is 145 - color contains mainly: green. Hex color #63918A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63918A is #9C6E75. Grayscale: #828282. Windows color (decimal): -10251894 or 9081187. OLE color: 9081187.

HSL color Cylindrical-coordinate representation of color #63918A: hue angle of 170.87º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #63918A is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.

Color convert

RGB 99 145 138 -
CMYK 0.32 0 0.05 0.43
HSL 170.87º 0.19% 0.48% -
HSV(B) 170.87º 0.32% 0.57% -
XYZ 19.86 24.74 27.77 -
YUV 130.45 132.26 105.57 -
System Red Green Blue C M Y K H S L
Decimal 99 145 138 0.32 0 0.05 0.43 170.87 0.19 0.48
Hex 63 91 8A 20 0 5 2B AB 13 30
Octal 143 221 212 40 0 5 53 253 23 60
Binary 1100011 10010001 10001010 100000 0 101 101011 10101011 10011 110000

Color Harmonies of #63918A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63918A

Black with #63918A

Text Example


Text Example

White with #63918A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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