#639483

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

Shades of Patina #639483

Tints of Patina #639483

Color information

#639483 (or 0x639483) is unknown color: approx Patina. HEX triplet: 63, 94 and 83. RGB value is (99,148,131). Sum of RGB (Red+Green+Blue) = 99+148+131=378 (50% of max value = 765). Red value is 99 (39.06% from 255 or 26.19% from 378); Green value is 148 (58.20% from 255 or 39.15% from 378); Blue value is 131 (51.56% from 255 or 34.66% from 378); Max value from RGB is 148 - color contains mainly: green. Hex color #639483 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639483 is #9C6B7C. Grayscale: #838383. Windows color (decimal): -10251133 or 8623203. OLE color: 8623203.

HSL color Cylindrical-coordinate representation of color #639483: hue angle of 159.18º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #639483 is Cyan = 0.33, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB99148131-
CMYK0.3300.110.42
HSL159.18º19.84%48.43%-
HSV(B)159.18º33.11%58.04%-
XYZ19.8325.4725.34-
YUV131.41127.77104.88-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.19%
GREEN value IS 148 (58.20% from 255) = 39.15%
BLUE value IS 131 (51.56% from 255) = 34.66%
R=26.19%
G=39.15%
B=34.66%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal991481310.3300.110.42159.1819.8448.43
Hex639483210B2A9f1430
Octal14322420341013522372460
Binary11000111001010010000011100001010111010101001111110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #639483; }

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

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

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

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

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

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

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

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