#648B84

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

Shades of Patina #648B84

Tints of Patina #648B84

Color information

#648B84 (or 0x648B84) is unknown color: approx Patina. HEX triplet: 64, 8B and 84. RGB value is (100,139,132). Sum of RGB (Red+Green+Blue) = 100+139+132=371 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.95% from 371); Green value is 139 (54.69% from 255 or 37.47% from 371); Blue value is 132 (51.95% from 255 or 35.58% from 371); Max value from RGB is 139 - color contains mainly: green. Hex color #648B84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648B84 is #9B747B. Grayscale: #7E7E7E. Windows color (decimal): -10187900 or 8686436. OLE color: 8686436.

HSL color Cylindrical-coordinate representation of color #648B84: hue angle of 169.23º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #648B84 is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.45.

Color convert

RGB100139132-
CMYK0.2800.050.45
HSL169.23º16.32%46.86%-
HSV(B)169.23º28.06%54.51%-
XYZ18.6522.8425.26-
YUV126.54131.08109.07-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.95%
GREEN value IS 139 (54.69% from 255) = 37.47%
BLUE value IS 132 (51.95% from 255) = 35.58%
R=26.95%
G=37.47%
B=35.58%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1001391320.2800.050.45169.2316.3246.86
Hex648B841C052Da9102f
Octal1442132043405552512057
Binary110010010001011100001001110001011011011010100110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648B84; }

 p { color: rgb(100,139,132); }

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

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

 a { background-color: rgb(100,139,132); }

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

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

 span { border-color: rgb(100,139,132); }

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