#638F83

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

Shades of Patina #638F83

Tints of Patina #638F83

Color information

#638F83 (or 0x638F83) is unknown color: approx Patina. HEX triplet: 63, 8F and 83. RGB value is (99,143,131). Sum of RGB (Red+Green+Blue) = 99+143+131=373 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.54% from 373); Green value is 143 (56.25% from 255 or 38.34% from 373); Blue value is 131 (51.56% from 255 or 35.12% from 373); Max value from RGB is 143 - color contains mainly: green. Hex color #638F83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638F83 is #9C707C. Grayscale: #808080. Windows color (decimal): -10252413 or 8621923. OLE color: 8621923.

HSL color Cylindrical-coordinate representation of color #638F83: hue angle of 163.64º 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 #638F83 is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB99143131-
CMYK0.3100.080.44
HSL163.64º18.18%47.45%-
HSV(B)163.64º30.77%56.08%-
XYZ19.0623.9425.09-
YUV128.48129.42106.98-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.54%
GREEN value IS 143 (56.25% from 255) = 38.34%
BLUE value IS 131 (51.56% from 255) = 35.12%
R=26.54%
G=38.34%
B=35.12%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal991431310.3100.080.44163.6418.1847.45
Hex638F831F082Ca4122f
Octal14321720337010542442257
Binary1100011100011111000001111111010001011001010010010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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