Html Css Color HEX #64857C Patina

📋 copy color: '#64857C'

red 100 ◦ green 133 ◦ blue 124

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

Shades of Patina #64857C

Tints of Patina #64857C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 37.25%

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

R = 28.01%
G = 37.25%
B = 34.73%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.07

 K value IS 0.48

RGB Variations

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

Color information

#64857C (or 0x64857C) is known color: Patina. HEX triplet: 64, 85 and 7C. RGB value is (100,133,124). Sum of RGB (Red+Green+Blue) = 100+133+124=357 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.01% from 357); Green value is 133 (52.34% from 255 or 37.25% from 357); Blue value is 124 (48.83% from 255 or 34.73% from 357); Max value from RGB is 133 - color contains mainly: green. Hex color #64857C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64857C is #9B7A83. Grayscale: #7A7A7A. Windows color (decimal): -10189444 or 8160612. OLE color: 8160612.

HSL color Cylindrical-coordinate representation of color #64857C: hue angle of 163.64º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #64857C is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.48.

Color convert

RGB 100 133 124 -
CMYK 0.25 0 0.07 0.48
HSL 163.64º 0.14% 0.46% -
HSV(B) 163.64º 0.25% 0.52% -
XYZ 17.28 20.94 22.2 -
YUV 122.11 129.07 112.23 -
System Red Green Blue C M Y K H S L
Decimal 100 133 124 0.25 0 0.07 0.48 163.64 0.14 0.46
Hex 64 85 7C 19 0 7 30 A4 E 2E
Octal 144 205 174 31 0 7 60 244 16 56
Binary 1100100 10000101 1111100 11001 0 111 110000 10100100 1110 101110

Color Harmonies of #64857C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64857C

Black with #64857C

Text Example


Text Example

White with #64857C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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