Html Css Color HEX #63988A Patina

📋 copy color: '#63988A'

red 99 ◦ green 152 ◦ blue 138

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

Shades of Patina #63988A

Tints of Patina #63988A

RGB

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

 GREEN value IS 152 (59.77% from 255) = 39.07%

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

R = 25.45%
G = 39.07%
B = 35.48%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#63988A (or 0x63988A) is known color: Patina. HEX triplet: 63, 98 and 8A. RGB value is (99,152,138). Sum of RGB (Red+Green+Blue) = 99+152+138=389 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.45% from 389); Green value is 152 (59.77% from 255 or 39.07% from 389); Blue value is 138 (54.30% from 255 or 35.48% from 389); Max value from RGB is 152 - color contains mainly: green. Hex color #63988A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63988A is #9C6775. Grayscale: #868686. Windows color (decimal): -10250102 or 9082979. OLE color: 9082979.

HSL color Cylindrical-coordinate representation of color #63988A: hue angle of 164.15º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #63988A is Cyan = 0.35, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB 99 152 138 -
CMYK 0.35 0 0.09 0.40
HSL 164.15º 0.21% 0.49% -
HSV(B) 164.15º 0.35% 0.6% -
XYZ 20.96 26.94 28.14 -
YUV 134.56 129.94 102.64 -
System Red Green Blue C M Y K H S L
Decimal 99 152 138 0.35 0 0.09 0.40 164.15 0.21 0.49
Hex 63 98 8A 23 0 9 28 A4 15 31
Octal 143 230 212 43 0 11 50 244 25 61
Binary 1100011 10011000 10001010 100011 0 1001 101000 10100100 10101 110001

Color Harmonies of #63988A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63988A

Black with #63988A

Text Example


Text Example

White with #63988A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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