#63968C

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

Shades of Patina #63968C

Tints of Patina #63968C

Color information

#63968C (or 0x63968C) is unknown color: approx Patina. HEX triplet: 63, 96 and 8C. RGB value is (99,150,140). Sum of RGB (Red+Green+Blue) = 99+150+140=389 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.45% from 389); Green value is 150 (58.98% from 255 or 38.56% from 389); Blue value is 140 (55.08% from 255 or 35.99% from 389); Max value from RGB is 150 - color contains mainly: green. Hex color #63968C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63968C is #9C6973. Grayscale: #858585. Windows color (decimal): -10250612 or 9213539. OLE color: 9213539.

HSL color Cylindrical-coordinate representation of color #63968C: hue angle of 168.24º degrees, saturation: 0.2, 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 #63968C is Cyan = 0.34, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB99150140-
CMYK0.3400.070.41
HSL168.24º20.48%48.82%-
HSV(B)168.24º34%58.82%-
XYZ20.7926.3628.8-
YUV133.61131.6103.31-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.45%
GREEN value IS 150 (58.98% from 255) = 38.56%
BLUE value IS 140 (55.08% from 255) = 35.99%
R=25.45%
G=38.56%
B=35.99%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal991501400.3400.070.41168.2420.4848.82
Hex63968C220729a81431
Octal1432262144207512502461
Binary1100011100101101000110010001001111010011010100010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63968C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63968C; }

 p { color: rgb(99,150,140); }

 H1.HeaderClassName
 {
   color: #63968C;
 }
 .AnyTagClassName
 {
   color: #63968C;
 }
</style>
background-color css

<style>
 a { background-color: #63968C; }

 a { background-color: rgb(99,150,140); }

 div.DivClassName
 {
   background-color: #63968C;
 }
 .BgClassName
 {
   background-color: #63968C;
 }
</style>
border-color css

<style>
 span { border-color: #63968C; }

 span { border-color: rgb(99,150,140); }

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