Html Css Color HEX #63937E Patina

📋 copy color: '#63937E'

red 99 ◦ green 147 ◦ blue 126

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

Shades of Patina #63937E

Tints of Patina #63937E

RGB

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

 GREEN value IS 147 (57.81% from 255) = 39.52%

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

R = 26.61%
G = 39.52%
B = 33.87%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#63937E (or 0x63937E) is known color: Patina. HEX triplet: 63, 93 and 7E. RGB value is (99,147,126). Sum of RGB (Red+Green+Blue) = 99+147+126=372 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.61% from 372); Green value is 147 (57.81% from 255 or 39.52% from 372); Blue value is 126 (49.61% from 255 or 33.87% from 372); Max value from RGB is 147 - color contains mainly: green. Hex color #63937E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63937E is #9C6C81. Grayscale: #828282. Windows color (decimal): -10251394 or 8295267. OLE color: 8295267.

HSL color Cylindrical-coordinate representation of color #63937E: hue angle of 153.75º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #63937E is Cyan = 0.33, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB 99 147 126 -
CMYK 0.33 0 0.14 0.42
HSL 153.75º 0.2% 0.48% -
HSV(B) 153.75º 0.33% 0.58% -
XYZ 19.35 25.03 23.55 -
YUV 130.25 125.6 105.71 -
System Red Green Blue C M Y K H S L
Decimal 99 147 126 0.33 0 0.14 0.42 153.75 0.2 0.48
Hex 63 93 7E 21 0 E 2A 9A 14 30
Octal 143 223 176 41 0 16 52 232 24 60
Binary 1100011 10010011 1111110 100001 0 1110 101010 10011010 10100 110000

Color Harmonies of #63937E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63937E

Black with #63937E

Text Example


Text Example

White with #63937E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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