#639283

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

Shades of Patina #639283

Tints of Patina #639283

Color information

#639283 (or 0x639283) is unknown color: approx Patina. HEX triplet: 63, 92 and 83. RGB value is (99,146,131). Sum of RGB (Red+Green+Blue) = 99+146+131=376 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.33% from 376); Green value is 146 (57.42% from 255 or 38.83% from 376); Blue value is 131 (51.56% from 255 or 34.84% from 376); Max value from RGB is 146 - color contains mainly: green. Hex color #639283 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639283 is #9C6D7C. Grayscale: #828282. Windows color (decimal): -10251645 or 8622691. OLE color: 8622691.

HSL color Cylindrical-coordinate representation of color #639283: hue angle of 160.85º 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 #639283 is Cyan = 0.32, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB99146131-
CMYK0.3200.100.43
HSL160.85º19.18%48.04%-
HSV(B)160.85º32.19%57.25%-
XYZ19.5224.8525.24-
YUV130.24128.43105.72-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.33%
GREEN value IS 146 (57.42% from 255) = 38.83%
BLUE value IS 131 (51.56% from 255) = 34.84%
R=26.33%
G=38.83%
B=34.84%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal991461310.3200.100.43160.8519.1848.04
Hex639283200A2Ba11330
Octal14322220340012532412360
Binary11000111001001010000011100000010101010111010000110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #639283; }

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

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

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

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

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

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

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

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