#63867D

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

Shades of Patina #63867D

Tints of Patina #63867D

Color information

#63867D (or 0x63867D) is unknown color: approx Patina. HEX triplet: 63, 86 and 7D. RGB value is (99,134,125). Sum of RGB (Red+Green+Blue) = 99+134+125=358 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.65% from 358); Green value is 134 (52.73% from 255 or 37.43% from 358); Blue value is 125 (49.22% from 255 or 34.92% from 358); Max value from RGB is 134 - color contains mainly: green. Hex color #63867D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63867D is #9C7982. Grayscale: #7A7A7A. Windows color (decimal): -10254723 or 8226403. OLE color: 8226403.

HSL color Cylindrical-coordinate representation of color #63867D: hue angle of 164.57º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #63867D is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB99134125-
CMYK0.2600.070.47
HSL164.57º15.02%45.69%-
HSV(B)164.57º26.12%52.55%-
XYZ17.3721.1822.58-
YUV122.51129.4111.23-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.65%
GREEN value IS 134 (52.73% from 255) = 37.43%
BLUE value IS 125 (49.22% from 255) = 34.92%
R=27.65%
G=37.43%
B=34.92%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal991341250.2600.070.47164.5715.0245.69
Hex63867D1A072Fa5f2e
Octal1432061753207572451756
Binary1100011100001101111101110100111101111101001011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63867D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63867D; }

 p { color: rgb(99,134,125); }

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

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

 a { background-color: rgb(99,134,125); }

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

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

 span { border-color: rgb(99,134,125); }

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