#63917E

Color #63917E Patina (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Patina #63917E

Tints of Patina #63917E

Color information

#63917E (or 0x63917E) is unknown color: approx 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

RGB99145126-
CMYK0.3200.130.43
HSL155.22º18.85%47.84%-
HSV(B)155.22º31.72%56.86%-
XYZ19.0424.4123.45-
YUV129.08126.26106.54-

RGB Variations

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

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 (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal991451260.3200.130.43155.2218.8547.84
Hex63917E200D2B9b1330
Octal14322117640015532332360
Binary1100011100100011111110100000011011010111001101110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63917E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>