Html Css Color HEX #63977E Patina

📋 copy color: '#63977E'

red 99 ◦ green 151 ◦ blue 126

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

Shades of Patina #63977E

Tints of Patina #63977E

RGB

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

 GREEN value IS 151 (59.38% from 255) = 40.16%

 BLUE value IS 126 (49.61% from 255) = 33.51%

R = 26.33%
G = 40.16%
B = 33.51%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#63977E (or 0x63977E) is known color: Patina. HEX triplet: 63, 97 and 7E. RGB value is (99,151,126). Sum of RGB (Red+Green+Blue) = 99+151+126=376 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.33% from 376); Green value is 151 (59.38% from 255 or 40.16% from 376); Blue value is 126 (49.61% from 255 or 33.51% from 376); Max value from RGB is 151 - color contains mainly: green. Hex color #63977E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63977E is #9C6881. Grayscale: #848484. Windows color (decimal): -10250370 or 8296291. OLE color: 8296291.

HSL color Cylindrical-coordinate representation of color #63977E: hue angle of 151.15º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #63977E is Cyan = 0.34, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB 99 151 126 -
CMYK 0.34 0 0.17 0.41
HSL 151.15º 0.21% 0.49% -
HSV(B) 151.15º 0.34% 0.59% -
XYZ 19.98 26.29 23.76 -
YUV 132.6 124.27 104.03 -
System Red Green Blue C M Y K H S L
Decimal 99 151 126 0.34 0 0.17 0.41 151.15 0.21 0.49
Hex 63 97 7E 22 0 11 29 97 15 31
Octal 143 227 176 42 0 21 51 227 25 61
Binary 1100011 10010111 1111110 100010 0 10001 101001 10010111 10101 110001

Color Harmonies of #63977E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63977E

Black with #63977E

Text Example


Text Example

White with #63977E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63977E; }

 p { color: rgb(99,151,126); }

 H1.HeaderClassName
 {
   color: #63977E;
 }
 .AnyTagClassName
 {
   color: #63977E;
 }
</style>

background-color css

<style>
 a { background-color: #63977E; }

 a { background-color: rgb(99,151,126); }

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

border-color css

<style>
 span { border-color: #63977E; }

 span { border-color: rgb(99,151,126); }

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