Html Css Color HEX #64857D Patina

📋 copy color: '#64857D'

red 100 ◦ green 133 ◦ blue 125

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

Shades of Patina #64857D

Tints of Patina #64857D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 34.92%

R = 27.93%
G = 37.15%
B = 34.92%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.06

 K value IS 0.48

RGB Variations

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

Color information

#64857D (or 0x64857D) is known color: Patina. HEX triplet: 64, 85 and 7D. RGB value is (100,133,125). Sum of RGB (Red+Green+Blue) = 100+133+125=358 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.93% from 358); Green value is 133 (52.34% from 255 or 37.15% from 358); Blue value is 125 (49.22% from 255 or 34.92% from 358); Max value from RGB is 133 - color contains mainly: green. Hex color #64857D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64857D is #9B7A82. Grayscale: #7A7A7A. Windows color (decimal): -10189443 or 8226148. OLE color: 8226148.

HSL color Cylindrical-coordinate representation of color #64857D: hue angle of 165.45º 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 #64857D is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB 100 133 125 -
CMYK 0.25 0 0.06 0.48
HSL 165.45º 0.14% 0.46% -
HSV(B) 165.45º 0.25% 0.52% -
XYZ 17.34 20.97 22.53 -
YUV 122.22 129.57 112.15 -
System Red Green Blue C M Y K H S L
Decimal 100 133 125 0.25 0 0.06 0.48 165.45 0.14 0.46
Hex 64 85 7D 19 0 6 30 A5 E 2E
Octal 144 205 175 31 0 6 60 245 16 56
Binary 1100100 10000101 1111101 11001 0 110 110000 10100101 1110 101110

Color Harmonies of #64857D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64857D

Black with #64857D

Text Example


Text Example

White with #64857D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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