#63938A

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

Shades of Patina #63938A

Tints of Patina #63938A

Color information

#63938A (or 0x63938A) is unknown color: approx Patina. HEX triplet: 63, 93 and 8A. RGB value is (99,147,138). Sum of RGB (Red+Green+Blue) = 99+147+138=384 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.78% from 384); Green value is 147 (57.81% from 255 or 38.28% from 384); Blue value is 138 (54.30% from 255 or 35.94% from 384); Max value from RGB is 147 - color contains mainly: green. Hex color #63938A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63938A is #9C6C75. Grayscale: #838383. Windows color (decimal): -10251382 or 9081699. OLE color: 9081699.

HSL color Cylindrical-coordinate representation of color #63938A: hue angle of 168.75º 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 #63938A is Cyan = 0.33, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB99147138-
CMYK0.3300.060.42
HSL168.75º19.51%48.24%-
HSV(B)168.75º32.65%57.65%-
XYZ20.1725.3627.88-
YUV131.62131.6104.73-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.78%
GREEN value IS 147 (57.81% from 255) = 38.28%
BLUE value IS 138 (54.30% from 255) = 35.94%
R=25.78%
G=38.28%
B=35.94%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal991471380.3300.060.42168.7519.5148.24
Hex63938A21062Aa91430
Octal1432232124106522512460
Binary1100011100100111000101010000101101010101010100110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63938A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63938A; }

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

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

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

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

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

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

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

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