#638F81

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

Shades of Patina #638F81

Tints of Patina #638F81

Color information

#638F81 (or 0x638F81) is unknown color: approx Patina. HEX triplet: 63, 8F and 81. RGB value is (99,143,129). Sum of RGB (Red+Green+Blue) = 99+143+129=371 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.68% from 371); Green value is 143 (56.25% from 255 or 38.54% from 371); Blue value is 129 (50.78% from 255 or 34.77% from 371); Max value from RGB is 143 - color contains mainly: green. Hex color #638F81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638F81 is #9C707E. Grayscale: #808080. Windows color (decimal): -10252415 or 8490851. OLE color: 8490851.

HSL color Cylindrical-coordinate representation of color #638F81: hue angle of 160.91º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #638F81 is Cyan = 0.31, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB99143129-
CMYK0.3100.100.44
HSL160.91º18.18%47.45%-
HSV(B)160.91º30.77%56.08%-
XYZ18.9323.8824.38-
YUV128.25128.42107.14-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.68%
GREEN value IS 143 (56.25% from 255) = 38.54%
BLUE value IS 129 (50.78% from 255) = 34.77%
R=26.68%
G=38.54%
B=34.77%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal991431290.3100.100.44160.9118.1847.45
Hex638F811F0A2Ca1122f
Octal14321720137012542412257
Binary1100011100011111000000111111010101011001010000110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,143,129); }

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

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

 a { background-color: rgb(99,143,129); }

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

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

 span { border-color: rgb(99,143,129); }

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