#638983

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

Shades of Patina #638983

Tints of Patina #638983

Color information

#638983 (or 0x638983) is unknown color: approx Patina. HEX triplet: 63, 89 and 83. RGB value is (99,137,131). Sum of RGB (Red+Green+Blue) = 99+137+131=367 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.98% from 367); Green value is 137 (53.91% from 255 or 37.33% from 367); Blue value is 131 (51.56% from 255 or 35.69% from 367); Max value from RGB is 137 - color contains mainly: green. Hex color #638983 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638983 is #9C767C. Grayscale: #7C7C7C. Windows color (decimal): -10253949 or 8620387. OLE color: 8620387.

HSL color Cylindrical-coordinate representation of color #638983: hue angle of 170.53º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #638983 is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB99137131-
CMYK0.2800.040.46
HSL170.53º16.1%46.27%-
HSV(B)170.53º27.74%53.73%-
XYZ18.1922.1824.8-
YUV124.95131.41109.49-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.98%
GREEN value IS 137 (53.91% from 255) = 37.33%
BLUE value IS 131 (51.56% from 255) = 35.69%
R=26.98%
G=37.33%
B=35.69%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal991371310.2800.040.46170.5316.146.27
Hex6389831C042Eab102e
Octal1432112033404562532056
Binary110001110001001100000111110001001011101010101110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638983; }

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

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

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

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

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

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

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

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