#638982

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

Shades of Patina #638982

Tints of Patina #638982

Color information

#638982 (or 0x638982) is unknown color: approx Patina. HEX triplet: 63, 89 and 82. RGB value is (99,137,130). Sum of RGB (Red+Green+Blue) = 99+137+130=366 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.05% from 366); Green value is 137 (53.91% from 255 or 37.43% from 366); Blue value is 130 (51.17% from 255 or 35.52% from 366); Max value from RGB is 137 - color contains mainly: green. Hex color #638982 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638982 is #9C767D. Grayscale: #7C7C7C. Windows color (decimal): -10253950 or 8554851. OLE color: 8554851.

HSL color Cylindrical-coordinate representation of color #638982: hue angle of 168.95º 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 #638982 is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.46.

Color convert

RGB99137130-
CMYK0.2800.050.46
HSL168.95º16.1%46.27%-
HSV(B)168.95º27.74%53.73%-
XYZ18.1222.1624.44-
YUV124.84130.91109.57-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.05%
GREEN value IS 137 (53.91% from 255) = 37.43%
BLUE value IS 130 (51.17% from 255) = 35.52%
R=27.05%
G=37.43%
B=35.52%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal991371300.2800.050.46168.9516.146.27
Hex6389821C052Ea9102e
Octal1432112023405562512056
Binary110001110001001100000101110001011011101010100110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638982; }

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

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

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

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

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

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

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

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