#638A83

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

Shades of Patina #638A83

Tints of Patina #638A83

Color information

#638A83 (or 0x638A83) is unknown color: approx Patina. HEX triplet: 63, 8A and 83. RGB value is (99,138,131). Sum of RGB (Red+Green+Blue) = 99+138+131=368 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.90% from 368); Green value is 138 (54.30% from 255 or 37.5% from 368); Blue value is 131 (51.56% from 255 or 35.60% from 368); Max value from RGB is 138 - color contains mainly: green. Hex color #638A83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638A83 is #9C757C. Grayscale: #7D7D7D. Windows color (decimal): -10253693 or 8620643. OLE color: 8620643.

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

Color convert

RGB99138131-
CMYK0.2800.050.46
HSL169.23º16.46%46.47%-
HSV(B)169.23º28.26%54.12%-
XYZ18.3322.4724.84-
YUV125.54131.08109.07-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.90%
GREEN value IS 138 (54.30% from 255) = 37.5%
BLUE value IS 131 (51.56% from 255) = 35.60%
R=26.90%
G=37.5%
B=35.60%

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
Decimal991381310.2800.050.46169.2316.4646.47
Hex638A831C052Ea9102e
Octal1432122033405562512056
Binary110001110001010100000111110001011011101010100110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638A83; }

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

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

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

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

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

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

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

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