Html Css Color HEX #63917E Patina

📋 copy color: '#63917E'

red 99 ◦ green 145 ◦ blue 126

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

Shades of Patina #63917E

Tints of Patina #63917E

RGB

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

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

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

R = 26.76%
G = 39.19%
B = 34.05%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.13

 K value IS 0.43

RGB Variations

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

Color information

#63917E (or 0x63917E) is known color: Patina. HEX triplet: 63, 91 and 7E. RGB value is (99,145,126). Sum of RGB (Red+Green+Blue) = 99+145+126=370 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.76% from 370); Green value is 145 (57.03% from 255 or 39.19% from 370); Blue value is 126 (49.61% from 255 or 34.05% from 370); Max value from RGB is 145 - color contains mainly: green. Hex color #63917E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63917E is #9C6E81. Grayscale: #818181. Windows color (decimal): -10251906 or 8294755. OLE color: 8294755.

HSL color Cylindrical-coordinate representation of color #63917E: hue angle of 155.22º 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 #63917E is Cyan = 0.32, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.43.

Color convert

RGB 99 145 126 -
CMYK 0.32 0 0.13 0.43
HSL 155.22º 0.19% 0.48% -
HSV(B) 155.22º 0.32% 0.57% -
XYZ 19.04 24.41 23.45 -
YUV 129.08 126.26 106.54 -
System Red Green Blue C M Y K H S L
Decimal 99 145 126 0.32 0 0.13 0.43 155.22 0.19 0.48
Hex 63 91 7E 20 0 D 2B 9B 13 30
Octal 143 221 176 40 0 15 53 233 23 60
Binary 1100011 10010001 1111110 100000 0 1101 101011 10011011 10011 110000

Color Harmonies of #63917E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63917E

Black with #63917E

Text Example


Text Example

White with #63917E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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