#638C84

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

Shades of Patina #638C84

Tints of Patina #638C84

Color information

#638C84 (or 0x638C84) is unknown color: approx Patina. HEX triplet: 63, 8C and 84. RGB value is (99,140,132). Sum of RGB (Red+Green+Blue) = 99+140+132=371 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.68% from 371); Green value is 140 (55.08% from 255 or 37.74% from 371); Blue value is 132 (51.95% from 255 or 35.58% from 371); Max value from RGB is 140 - color contains mainly: green. Hex color #638C84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638C84 is #9C737B. Grayscale: #7E7E7E. Windows color (decimal): -10253180 or 8686691. OLE color: 8686691.

HSL color Cylindrical-coordinate representation of color #638C84: hue angle of 168.29º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #638C84 is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB99140132-
CMYK0.2900.060.45
HSL168.29º17.15%46.86%-
HSV(B)168.29º29.29%54.9%-
XYZ18.6923.0725.3-
YUV126.83130.92108.15-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.68%
GREEN value IS 140 (55.08% from 255) = 37.74%
BLUE value IS 132 (51.95% from 255) = 35.58%
R=26.68%
G=37.74%
B=35.58%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal991401320.2900.060.45168.2917.1546.86
Hex638C841D062Da8112f
Octal1432142043506552502157
Binary110001110001100100001001110101101011011010100010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638C84; }

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

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

<style>
 a { background-color: #638C84; }

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

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

<style>
 span { border-color: #638C84; }

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

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