Html Css Color HEX #64857E Patina

📋 copy color: '#64857E'

red 100 ◦ green 133 ◦ blue 126

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

Shades of Patina #64857E

Tints of Patina #64857E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 35.1%

R = 27.86%
G = 37.05%
B = 35.1%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#64857E (or 0x64857E) is known color: Patina. HEX triplet: 64, 85 and 7E. RGB value is (100,133,126). Sum of RGB (Red+Green+Blue) = 100+133+126=359 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.86% from 359); Green value is 133 (52.34% from 255 or 37.05% from 359); Blue value is 126 (49.61% from 255 or 35.10% from 359); Max value from RGB is 133 - color contains mainly: green. Hex color #64857E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64857E is #9B7A81. Grayscale: #7A7A7A. Windows color (decimal): -10189442 or 8291684. OLE color: 8291684.

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

Color convert

RGB 100 133 126 -
CMYK 0.25 0 0.05 0.48
HSL 167.27º 0.14% 0.46% -
HSV(B) 167.27º 0.25% 0.52% -
XYZ 17.41 20.99 22.87 -
YUV 122.34 130.07 112.07 -
System Red Green Blue C M Y K H S L
Decimal 100 133 126 0.25 0 0.05 0.48 167.27 0.14 0.46
Hex 64 85 7E 19 0 5 30 A7 E 2E
Octal 144 205 176 31 0 5 60 247 16 56
Binary 1100100 10000101 1111110 11001 0 101 110000 10100111 1110 101110

Color Harmonies of #64857E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64857E

Black with #64857E

Text Example


Text Example

White with #64857E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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