Html Css Color HEX #63958A Patina

📋 copy color: '#63958A'

red 99 ◦ green 149 ◦ blue 138

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

Shades of Patina #63958A

Tints of Patina #63958A

RGB

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

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

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

R = 25.65%
G = 38.6%
B = 35.75%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#63958A (or 0x63958A) is known color: Patina. HEX triplet: 63, 95 and 8A. RGB value is (99,149,138). Sum of RGB (Red+Green+Blue) = 99+149+138=386 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.65% from 386); Green value is 149 (58.59% from 255 or 38.60% from 386); Blue value is 138 (54.30% from 255 or 35.75% from 386); Max value from RGB is 149 - color contains mainly: green. Hex color #63958A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63958A is #9C6A75. Grayscale: #848484. Windows color (decimal): -10250870 or 9082211. OLE color: 9082211.

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

Color convert

RGB 99 149 138 -
CMYK 0.34 0 0.07 0.42
HSL 166.8º 0.2% 0.49% -
HSV(B) 166.8º 0.34% 0.58% -
XYZ 20.48 25.98 27.98 -
YUV 132.8 130.94 103.89 -
System Red Green Blue C M Y K H S L
Decimal 99 149 138 0.34 0 0.07 0.42 166.8 0.2 0.49
Hex 63 95 8A 22 0 7 2A A7 14 31
Octal 143 225 212 42 0 7 52 247 24 61
Binary 1100011 10010101 10001010 100010 0 111 101010 10100111 10100 110001

Color Harmonies of #63958A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63958A

Black with #63958A

Text Example


Text Example

White with #63958A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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