#63927B

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

Shades of Patina #63927B

Tints of Patina #63927B

Color information

#63927B (or 0x63927B) is unknown color: approx Patina. HEX triplet: 63, 92 and 7B. RGB value is (99,146,123). Sum of RGB (Red+Green+Blue) = 99+146+123=368 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.90% from 368); Green value is 146 (57.42% from 255 or 39.67% from 368); Blue value is 123 (48.44% from 255 or 33.42% from 368); Max value from RGB is 146 - color contains mainly: green. Hex color #63927B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63927B is #9C6D84. Grayscale: #818181. Windows color (decimal): -10251653 or 8098403. OLE color: 8098403.

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

Color convert

RGB99146123-
CMYK0.3200.160.43
HSL150.64º19.18%48.04%-
HSV(B)150.64º32.19%57.25%-
XYZ1924.6422.49-
YUV129.32124.43106.37-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.90%
GREEN value IS 146 (57.42% from 255) = 39.67%
BLUE value IS 123 (48.44% from 255) = 33.42%
R=26.90%
G=39.67%
B=33.42%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal991461230.3200.160.43150.6419.1848.04
Hex63927B200102B971330
Octal14322217340020532272360
Binary11000111001001011110111000000100001010111001011110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63927B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63927B; }

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

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

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

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

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

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

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

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