#638B84

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

Shades of Patina #638B84

Tints of Patina #638B84

Color information

#638B84 (or 0x638B84) is unknown color: approx Patina. HEX triplet: 63, 8B and 84. RGB value is (99,139,132). Sum of RGB (Red+Green+Blue) = 99+139+132=370 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.76% from 370); Green value is 139 (54.69% from 255 or 37.57% from 370); Blue value is 132 (51.95% from 255 or 35.68% from 370); Max value from RGB is 139 - color contains mainly: green. Hex color #638B84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638B84 is #9C747B. Grayscale: #7E7E7E. Windows color (decimal): -10253436 or 8686435. OLE color: 8686435.

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

Color convert

RGB99139132-
CMYK0.2900.050.45
HSL169.5º16.81%46.67%-
HSV(B)169.5º28.78%54.51%-
XYZ18.5422.7825.25-
YUV126.24131.25108.57-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.76%
GREEN value IS 139 (54.69% from 255) = 37.57%
BLUE value IS 132 (51.95% from 255) = 35.68%
R=26.76%
G=37.57%
B=35.68%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal991391320.2900.050.45169.516.8146.67
Hex638B841D052Da9112f
Octal1432132043505552512157
Binary110001110001011100001001110101011011011010100110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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