Html Css Color HEX #64897C Patina

📋 copy color: '#64897C'

red 100 ◦ green 137 ◦ blue 124

#64897C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Patina #64897C

Tints of Patina #64897C

RGB

 RED value IS 100 (39.45% from 255) = 27.7%

 GREEN value IS 137 (53.91% from 255) = 37.95%

 BLUE value IS 124 (48.83% from 255) = 34.35%

R = 27.7%
G = 37.95%
B = 34.35%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#64897C (or 0x64897C) is known color: Patina. HEX triplet: 64, 89 and 7C. RGB value is (100,137,124). Sum of RGB (Red+Green+Blue) = 100+137+124=361 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.70% from 361); Green value is 137 (53.91% from 255 or 37.95% from 361); Blue value is 124 (48.83% from 255 or 34.35% from 361); Max value from RGB is 137 - color contains mainly: green. Hex color #64897C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64897C is #9B7683. Grayscale: #7C7C7C. Windows color (decimal): -10188420 or 8161636. OLE color: 8161636.

HSL color Cylindrical-coordinate representation of color #64897C: hue angle of 158.92º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #64897C is Cyan = 0.27, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB 100 137 124 -
CMYK 0.27 0 0.09 0.46
HSL 158.92º 0.16% 0.46% -
HSV(B) 158.92º 0.27% 0.54% -
XYZ 17.84 22.06 22.39 -
YUV 124.46 127.74 110.56 -
System Red Green Blue C M Y K H S L
Decimal 100 137 124 0.27 0 0.09 0.46 158.92 0.16 0.46
Hex 64 89 7C 1B 0 9 2E 9F 10 2E
Octal 144 211 174 33 0 11 56 237 20 56
Binary 1100100 10001001 1111100 11011 0 1001 101110 10011111 10000 101110

Color Harmonies of #64897C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64897C

Black with #64897C

Text Example


Text Example

White with #64897C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64897C; }

 p { color: rgb(100,137,124); }

 H1.HeaderClassName
 {
   color: #64897C;
 }
 .AnyTagClassName
 {
   color: #64897C;
 }
</style>

background-color css

<style>
 a { background-color: #64897C; }

 a { background-color: rgb(100,137,124); }

 div.DivClassName
 {
   background-color: #64897C;
 }
 .BgClassName
 {
   background-color: #64897C;
 }
</style>

border-color css

<style>
 span { border-color: #64897C; }

 span { border-color: rgb(100,137,124); }

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