#639181

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

Shades of Patina #639181

Tints of Patina #639181

Color information

#639181 (or 0x639181) is unknown color: approx Patina. HEX triplet: 63, 91 and 81. RGB value is (99,145,129). Sum of RGB (Red+Green+Blue) = 99+145+129=373 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.54% from 373); Green value is 145 (57.03% from 255 or 38.87% from 373); Blue value is 129 (50.78% from 255 or 34.58% from 373); Max value from RGB is 145 - color contains mainly: green. Hex color #639181 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639181 is #9C6E7E. Grayscale: #818181. Windows color (decimal): -10251903 or 8491363. OLE color: 8491363.

HSL color Cylindrical-coordinate representation of color #639181: hue angle of 159.13º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #639181 is Cyan = 0.32, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.43.

Color convert

RGB99145129-
CMYK0.3200.110.43
HSL159.13º18.85%47.84%-
HSV(B)159.13º31.72%56.86%-
XYZ19.2324.4924.48-
YUV129.42127.76106.3-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.54%
GREEN value IS 145 (57.03% from 255) = 38.87%
BLUE value IS 129 (50.78% from 255) = 34.58%
R=26.54%
G=38.87%
B=34.58%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal991451290.3200.110.43159.1318.8547.84
Hex639181200B2B9f1330
Octal14322120140013532372360
Binary11000111001000110000001100000010111010111001111110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #639181; }

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

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

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

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

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

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

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

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