#638C7D

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

Shades of Patina #638C7D

Tints of Patina #638C7D

Color information

#638C7D (or 0x638C7D) is unknown color: approx Patina. HEX triplet: 63, 8C and 7D. RGB value is (99,140,125). Sum of RGB (Red+Green+Blue) = 99+140+125=364 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.20% from 364); Green value is 140 (55.08% from 255 or 38.46% from 364); Blue value is 125 (49.22% from 255 or 34.34% from 364); Max value from RGB is 140 - color contains mainly: green. Hex color #638C7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638C7D is #9C7382. Grayscale: #7E7E7E. Windows color (decimal): -10253187 or 8227939. OLE color: 8227939.

HSL color Cylindrical-coordinate representation of color #638C7D: hue angle of 158.05º 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 #638C7D is Cyan = 0.29, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.45.

Color convert

RGB99140125-
CMYK0.2900.110.45
HSL158.05º17.15%46.86%-
HSV(B)158.05º29.29%54.9%-
XYZ18.2322.8922.86-
YUV126.03127.42108.72-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.20%
GREEN value IS 140 (55.08% from 255) = 38.46%
BLUE value IS 125 (49.22% from 255) = 34.34%
R=27.20%
G=38.46%
B=34.34%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal991401250.2900.110.45158.0517.1546.86
Hex638C7D1D0B2D9e112f
Octal14321417535013552362157
Binary110001110001100111110111101010111011011001111010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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